Class: Aws::Types::CreateClusterSecurityGroupMessage

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)


563
564
565
# File 'sig/types.rbs', line 563

def cluster_security_group_name
  @cluster_security_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def tags
  @tags
end