Class: Aws::Types::TransitGatewayMulticastDomainAssociation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMulticastDomainAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
-
#subnet ⇒ Types::SubnetAssociation
Returns the value of attribute subnet.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18684 18685 18686 |
# File 'sig/types.rbs', line 18684 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18686 18687 18688 |
# File 'sig/types.rbs', line 18686 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18685 18686 18687 |
# File 'sig/types.rbs', line 18685 def resource_type @resource_type end |
#subnet ⇒ Types::SubnetAssociation
Returns the value of attribute subnet.
18687 18688 18689 |
# File 'sig/types.rbs', line 18687 def subnet @subnet end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18683 18684 18685 |
# File 'sig/types.rbs', line 18683 def @transit_gateway_attachment_id end |