Class: Aws::Types::DescribeTransitGatewayMulticastDomainsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransitGatewayMulticastDomainsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#transit_gateway_multicast_domain_ids ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_multicast_domain_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7418 7419 7420 |
# File 'sig/types.rbs', line 7418 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7415 7416 7417 |
# File 'sig/types.rbs', line 7415 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7416 7417 7418 |
# File 'sig/types.rbs', line 7416 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7417 7418 7419 |
# File 'sig/types.rbs', line 7417 def next_token @next_token end |
#transit_gateway_multicast_domain_ids ⇒ ::Array[::String]
Returns the value of attribute transit_gateway_multicast_domain_ids.
7414 7415 7416 |
# File 'sig/types.rbs', line 7414 def transit_gateway_multicast_domain_ids @transit_gateway_multicast_domain_ids end |