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.
18694 18695 18696 |
# File 'sig/types.rbs', line 18694 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18696 18697 18698 |
# File 'sig/types.rbs', line 18696 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18695 18696 18697 |
# File 'sig/types.rbs', line 18695 def resource_type @resource_type end |
#subnets ⇒ ::Array[Types::SubnetAssociation]
Returns the value of attribute subnets.
18697 18698 18699 |
# File 'sig/types.rbs', line 18697 def subnets @subnets end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18693 18694 18695 |
# File 'sig/types.rbs', line 18693 def @transit_gateway_attachment_id end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
18692 18693 18694 |
# File 'sig/types.rbs', line 18692 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |