Class: Aws::Types::AssociateResourceShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateResourceShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
-
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
42 43 44 |
# File 'sig/types.rbs', line 42 def client_token @client_token end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
41 42 43 |
# File 'sig/types.rbs', line 41 def principals @principals end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
40 41 42 |
# File 'sig/types.rbs', line 40 def resource_arns @resource_arns end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def resource_share_arn @resource_share_arn end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
43 44 45 |
# File 'sig/types.rbs', line 43 def sources @sources end |