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.
18044 18045 18046 |
# File 'sig/types.rbs', line 18044 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18046 18047 18048 |
# File 'sig/types.rbs', line 18046 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18045 18046 18047 |
# File 'sig/types.rbs', line 18045 def resource_type @resource_type end |
#subnets ⇒ ::Array[Types::SubnetAssociation]
Returns the value of attribute subnets.
18047 18048 18049 |
# File 'sig/types.rbs', line 18047 def subnets @subnets end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18043 18044 18045 |
# File 'sig/types.rbs', line 18043 def @transit_gateway_attachment_id end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
18042 18043 18044 |
# File 'sig/types.rbs', line 18042 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |