Class: Aws::Types::VpcSecurityGroupMembership

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def status
  @status
end

#vpc_security_group_id::String

Returns the value of attribute vpc_security_group_id.

Returns:

  • (::String)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def vpc_security_group_id
  @vpc_security_group_id
end