Class: Aws::Types::TransitGatewayMulticastDomainAssociations
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMulticastDomainAssociations
- 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.
-
#subnets ⇒ ::Array[Types::SubnetAssociation]
Returns the value of attribute subnets.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18715 18716 18717 |
# File 'sig/types.rbs', line 18715 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18717 18718 18719 |
# File 'sig/types.rbs', line 18717 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18716 18717 18718 |
# File 'sig/types.rbs', line 18716 def resource_type @resource_type end |
#subnets ⇒ ::Array[Types::SubnetAssociation]
Returns the value of attribute subnets.
18718 18719 18720 |
# File 'sig/types.rbs', line 18718 def subnets @subnets end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18714 18715 18716 |
# File 'sig/types.rbs', line 18714 def @transit_gateway_attachment_id end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
18713 18714 18715 |
# File 'sig/types.rbs', line 18713 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |