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.
18034 18035 18036 |
# File 'sig/types.rbs', line 18034 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18036 18037 18038 |
# File 'sig/types.rbs', line 18036 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18035 18036 18037 |
# File 'sig/types.rbs', line 18035 def resource_type @resource_type end |
#subnet ⇒ Types::SubnetAssociation
Returns the value of attribute subnet.
18037 18038 18039 |
# File 'sig/types.rbs', line 18037 def subnet @subnet end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18033 18034 18035 |
# File 'sig/types.rbs', line 18033 def @transit_gateway_attachment_id end |