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.
7792 7793 7794 |
# File 'sig/types.rbs', line 7792 def association_ids @association_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7793 7794 7795 |
# File 'sig/types.rbs', line 7793 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7794 7795 7796 |
# File 'sig/types.rbs', line 7794 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7796 7797 7798 |
# File 'sig/types.rbs', line 7796 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7795 7796 7797 |
# File 'sig/types.rbs', line 7795 def next_token @next_token end |