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)


16164
16165
16166
# File 'sig/types.rbs', line 16164

def group_id
  @group_id
end

#peering_status::String

Returns the value of attribute peering_status.

Returns:

  • (::String)


16165
16166
16167
# File 'sig/types.rbs', line 16165

def peering_status
  @peering_status
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


16166
16167
16168
# File 'sig/types.rbs', line 16166

def user_id
  @user_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


16167
16168
16169
# File 'sig/types.rbs', line 16167

def vpc_id
  @vpc_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


16168
16169
16170
# File 'sig/types.rbs', line 16168

def vpc_peering_connection_id
  @vpc_peering_connection_id
end