Class: Aws::Types::DescribeTrunkInterfaceAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrunkInterfaceAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
7702 7703 7704 |
# File 'sig/types.rbs', line 7702 def association_ids @association_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7703 7704 7705 |
# File 'sig/types.rbs', line 7703 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7704 7705 7706 |
# File 'sig/types.rbs', line 7704 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7706 7707 7708 |
# File 'sig/types.rbs', line 7706 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7705 7706 7707 |
# File 'sig/types.rbs', line 7705 def next_token @next_token end |