Class: Aws::Types::ReferencedSecurityGroup

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)


15528
15529
15530
# File 'sig/types.rbs', line 15528

def group_id
  @group_id
end

#peering_status::String

Returns the value of attribute peering_status.

Returns:

  • (::String)


15529
15530
15531
# File 'sig/types.rbs', line 15529

def peering_status
  @peering_status
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


15530
15531
15532
# File 'sig/types.rbs', line 15530

def user_id
  @user_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


15531
15532
15533
# File 'sig/types.rbs', line 15531

def vpc_id
  @vpc_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


15532
15533
15534
# File 'sig/types.rbs', line 15532

def vpc_peering_connection_id
  @vpc_peering_connection_id
end