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.
7519 7520 7521 |
# File 'sig/types.rbs', line 7519 def association_ids @association_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7521 7522 7523 |
# File 'sig/types.rbs', line 7521 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7523 7524 7525 |
# File 'sig/types.rbs', line 7523 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7522 7523 7524 |
# File 'sig/types.rbs', line 7522 def next_token @next_token end |