Class: Aws::Types::AssociateResourceSharePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateResourceSharePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
-
#permission_version ⇒ ::Integer
Returns the value of attribute permission_version.
-
#replace ⇒ Boolean
Returns the value of attribute replace.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
27 28 29 |
# File 'sig/types.rbs', line 27 def client_token @client_token end |
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
25 26 27 |
# File 'sig/types.rbs', line 25 def @permission_arn end |
#permission_version ⇒ ::Integer
Returns the value of attribute permission_version.
28 29 30 |
# File 'sig/types.rbs', line 28 def @permission_version end |
#replace ⇒ Boolean
Returns the value of attribute replace.
26 27 28 |
# File 'sig/types.rbs', line 26 def replace @replace end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
24 25 26 |
# File 'sig/types.rbs', line 24 def resource_share_arn @resource_share_arn end |