Class: Aws::Types::TransitGatewayMulticastGroup
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMulticastGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_ip_address ⇒ ::String
Returns the value of attribute group_ip_address.
-
#group_member ⇒ Boolean
Returns the value of attribute group_member.
-
#group_source ⇒ Boolean
Returns the value of attribute group_source.
-
#member_type ⇒ "static", "igmp"
Returns the value of attribute member_type.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#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.
-
#source_type ⇒ "static", "igmp"
Returns the value of attribute source_type.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#group_ip_address ⇒ ::String
Returns the value of attribute group_ip_address.
18059 18060 18061 |
# File 'sig/types.rbs', line 18059 def group_ip_address @group_ip_address end |
#group_member ⇒ Boolean
Returns the value of attribute group_member.
18066 18067 18068 |
# File 'sig/types.rbs', line 18066 def group_member @group_member end |
#group_source ⇒ Boolean
Returns the value of attribute group_source.
18067 18068 18069 |
# File 'sig/types.rbs', line 18067 def group_source @group_source end |
#member_type ⇒ "static", "igmp"
Returns the value of attribute member_type.
18068 18069 18070 |
# File 'sig/types.rbs', line 18068 def member_type @member_type end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
18065 18066 18067 |
# File 'sig/types.rbs', line 18065 def network_interface_id @network_interface_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18062 18063 18064 |
# File 'sig/types.rbs', line 18062 def resource_id @resource_id end |
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
18064 18065 18066 |
# File 'sig/types.rbs', line 18064 def resource_owner_id @resource_owner_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18063 18064 18065 |
# File 'sig/types.rbs', line 18063 def resource_type @resource_type end |
#source_type ⇒ "static", "igmp"
Returns the value of attribute source_type.
18069 18070 18071 |
# File 'sig/types.rbs', line 18069 def source_type @source_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
18061 18062 18063 |
# File 'sig/types.rbs', line 18061 def subnet_id @subnet_id end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18060 18061 18062 |
# File 'sig/types.rbs', line 18060 def @transit_gateway_attachment_id end |