Class: Aws::Types::GetResourceShareAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceShareAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status ⇒ "ASSOCIATING", ...
Returns the value of attribute association_status.
-
#association_type ⇒ "PRINCIPAL", ...
Returns the value of attribute association_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
Instance Attribute Details
#association_status ⇒ "ASSOCIATING", ...
Returns the value of attribute association_status.
228 229 230 |
# File 'sig/types.rbs', line 228 def association_status @association_status end |
#association_type ⇒ "PRINCIPAL", ...
Returns the value of attribute association_type.
224 225 226 |
# File 'sig/types.rbs', line 224 def association_type @association_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
230 231 232 |
# File 'sig/types.rbs', line 230 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
229 230 231 |
# File 'sig/types.rbs', line 229 def next_token @next_token end |
#principal ⇒ ::String
Returns the value of attribute principal.
227 228 229 |
# File 'sig/types.rbs', line 227 def principal @principal end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
226 227 228 |
# File 'sig/types.rbs', line 226 def resource_arn @resource_arn end |
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
225 226 227 |
# File 'sig/types.rbs', line 225 def resource_share_arns @resource_share_arns end |