Class: Aws::Types::ClusterSecurityGroupMembership

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_security_group_name::String

Returns the value of attribute cluster_security_group_name.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def cluster_security_group_name
  @cluster_security_group_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def status
  @status
end