Class: Aws::Types::DisassociateResourceShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateResourceShareRequest
- 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.
179 180 181 |
# File 'sig/types.rbs', line 179 def client_token @client_token end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
178 179 180 |
# File 'sig/types.rbs', line 178 def principals @principals end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
177 178 179 |
# File 'sig/types.rbs', line 177 def resource_arns @resource_arns end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
176 177 178 |
# File 'sig/types.rbs', line 176 def resource_share_arn @resource_share_arn end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
180 181 182 |
# File 'sig/types.rbs', line 180 def sources @sources end |