Class: Aws::IoT::Types::CreateRoleAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateRoleAliasResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
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.
2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-iot/types.rb', line 2385 class CreateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) include Aws::Structure end |
#role_alias_arn ⇒ String
The role alias ARN.
2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-iot/types.rb', line 2385 class CreateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) include Aws::Structure end |