Class: Aws::Types::ModifyIdentityIdFormatRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIdentityIdFormatRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#use_long_ids ⇒ Boolean
Returns the value of attribute use_long_ids.
Instance Attribute Details
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
13376 13377 13378 |
# File 'sig/types.rbs', line 13376 def principal_arn @principal_arn end |
#resource ⇒ ::String
Returns the value of attribute resource.
13374 13375 13376 |
# File 'sig/types.rbs', line 13374 def resource @resource end |
#use_long_ids ⇒ Boolean
Returns the value of attribute use_long_ids.
13375 13376 13377 |
# File 'sig/types.rbs', line 13375 def use_long_ids @use_long_ids end |