Class: Aws::IoT::Types::UpdateRoleAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateRoleAliasResponse
- 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.
17009 17010 17011 17012 17013 17014 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17009 class UpdateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) SENSITIVE = [] include Aws::Structure end |
#role_alias_arn ⇒ String
The role alias ARN.
17009 17010 17011 17012 17013 17014 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17009 class UpdateRoleAliasResponse < Struct.new( :role_alias, :role_alias_arn) SENSITIVE = [] include Aws::Structure end |