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.
3488 3489 3490 |
# File 'sig/types.rbs', line 3488 def dry_run @dry_run end |
#options ⇒ Types::CreateTransitGatewayMulticastDomainRequestOptions
Returns the value of attribute options.
3486 3487 3488 |
# File 'sig/types.rbs', line 3486 def @options end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3487 3488 3489 |
# File 'sig/types.rbs', line 3487 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3485 3486 3487 |
# File 'sig/types.rbs', line 3485 def transit_gateway_id @transit_gateway_id end |