Class: Aws::Types::TransitGatewayMulticastGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_ip_address::String

Returns the value of attribute group_ip_address.

Returns:

  • (::String)


18370
18371
18372
# File 'sig/types.rbs', line 18370

def group_ip_address
  @group_ip_address
end

#group_memberBoolean

Returns the value of attribute group_member.

Returns:

  • (Boolean)


18377
18378
18379
# File 'sig/types.rbs', line 18377

def group_member
  @group_member
end

#group_sourceBoolean

Returns the value of attribute group_source.

Returns:

  • (Boolean)


18378
18379
18380
# File 'sig/types.rbs', line 18378

def group_source
  @group_source
end

#member_type"static", "igmp"

Returns the value of attribute member_type.

Returns:

  • ("static", "igmp")


18379
18380
18381
# File 'sig/types.rbs', line 18379

def member_type
  @member_type
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


18376
18377
18378
# File 'sig/types.rbs', line 18376

def network_interface_id
  @network_interface_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


18373
18374
18375
# File 'sig/types.rbs', line 18373

def resource_id
  @resource_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


18375
18376
18377
# File 'sig/types.rbs', line 18375

def resource_owner_id
  @resource_owner_id
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "vpn", "vpn-concentrator", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function", "client-vpn")


18374
18375
18376
# File 'sig/types.rbs', line 18374

def resource_type
  @resource_type
end

#source_type"static", "igmp"

Returns the value of attribute source_type.

Returns:

  • ("static", "igmp")


18380
18381
18382
# File 'sig/types.rbs', line 18380

def source_type
  @source_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


18372
18373
18374
# File 'sig/types.rbs', line 18372

def subnet_id
  @subnet_id
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18371
18372
18373
# File 'sig/types.rbs', line 18371

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end