Class: Aws::Types::ClusterSecurityGroup

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)


369
370
371
# File 'sig/types.rbs', line 369

def cluster_security_group_name
  @cluster_security_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def description
  @description
end

#ec2_security_groups::Array[Types::EC2SecurityGroup]

Returns the value of attribute ec2_security_groups.

Returns:



371
372
373
# File 'sig/types.rbs', line 371

def ec2_security_groups
  @ec2_security_groups
end

#ip_ranges::Array[Types::IPRange]

Returns the value of attribute ip_ranges.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def ip_ranges
  @ip_ranges
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def tags
  @tags
end