Class: Aws::Types::CreateTransitGatewayMulticastDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayMulticastDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#options ⇒ Types::CreateTransitGatewayMulticastDomainRequestOptions
Returns the value of attribute options.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def dry_run @dry_run end |
#options ⇒ Types::CreateTransitGatewayMulticastDomainRequestOptions
Returns the value of attribute options.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def @options end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def transit_gateway_id @transit_gateway_id end |