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)


879
880
881
# File 'sig/types.rbs', line 879

def security_group_id
  @security_group_id
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def status
  @status
end