Class: Aws::Types::PromotePermissionCreatedFromPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PromotePermissionCreatedFromPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
510 511 512 |
# File 'sig/types.rbs', line 510 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
509 510 511 |
# File 'sig/types.rbs', line 509 def name @name end |
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def @permission_arn end |