Class: Aws::Types::ReplacePermissionAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplacePermissionAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#from_permission_arn ⇒ ::String
Returns the value of attribute from_permission_arn.
-
#from_permission_version ⇒ ::Integer
Returns the value of attribute from_permission_version.
-
#to_permission_arn ⇒ ::String
Returns the value of attribute to_permission_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
546 547 548 |
# File 'sig/types.rbs', line 546 def client_token @client_token end |
#from_permission_arn ⇒ ::String
Returns the value of attribute from_permission_arn.
543 544 545 |
# File 'sig/types.rbs', line 543 def end |
#from_permission_version ⇒ ::Integer
Returns the value of attribute from_permission_version.
544 545 546 |
# File 'sig/types.rbs', line 544 def end |
#to_permission_arn ⇒ ::String
Returns the value of attribute to_permission_arn.
545 546 547 |
# File 'sig/types.rbs', line 545 def end |