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.
18705 18706 18707 |
# File 'sig/types.rbs', line 18705 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18707 18708 18709 |
# File 'sig/types.rbs', line 18707 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18706 18707 18708 |
# File 'sig/types.rbs', line 18706 def resource_type @resource_type end |
#subnet ⇒ Types::SubnetAssociation
Returns the value of attribute subnet.
18708 18709 18710 |
# File 'sig/types.rbs', line 18708 def subnet @subnet end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18704 18705 18706 |
# File 'sig/types.rbs', line 18704 def @transit_gateway_attachment_id end |