Class: Aws::Types::SecurityGroupMembership

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_id::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def security_group_id
  @security_group_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def status
  @status
end