Class: Aws::IoT::Types::CreateRoleAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateRoleAliasResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_alias ⇒ String
The role alias.
-
#role_alias_arn ⇒ String
The role alias ARN.
Instance Attribute Details
#role_alias ⇒ String
The role alias.
3942 3943 3944 3945 3946 3947 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3942 class CreateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) SENSITIVE = [] include Aws::Structure end |
#role_alias_arn ⇒ String
The role alias ARN.
3942 3943 3944 3945 3946 3947 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3942 class CreateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) SENSITIVE = [] include Aws::Structure end |