Class: Aws::Types::ListSourceAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSourceAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status ⇒ "ASSOCIATING", ...
Returns the value of attribute association_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
Instance Attribute Details
#association_status ⇒ "ASSOCIATING", ...
Returns the value of attribute association_status.
451 452 453 |
# File 'sig/types.rbs', line 451 def association_status @association_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
453 454 455 |
# File 'sig/types.rbs', line 453 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
452 453 454 |
# File 'sig/types.rbs', line 452 def next_token @next_token end |
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
448 449 450 |
# File 'sig/types.rbs', line 448 def resource_share_arns @resource_share_arns end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def source_id @source_id end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
450 451 452 |
# File 'sig/types.rbs', line 450 def source_type @source_type end |