Class: Aws::Types::SecurityGroupReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


17615
17616
17617
# File 'sig/types.rbs', line 17615

def group_id
  @group_id
end

#referencing_vpc_id::String

Returns the value of attribute referencing_vpc_id.

Returns:

  • (::String)


17616
17617
17618
# File 'sig/types.rbs', line 17616

def referencing_vpc_id
  @referencing_vpc_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


17618
17619
17620
# File 'sig/types.rbs', line 17618

def transit_gateway_id
  @transit_gateway_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


17617
17618
17619
# File 'sig/types.rbs', line 17617

def vpc_peering_connection_id
  @vpc_peering_connection_id
end