Class: Aws::Types::ClusterSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ec2_security_groups ⇒ ::Array[Types::EC2SecurityGroup]
Returns the value of attribute ec2_security_groups.
-
#ip_ranges ⇒ ::Array[Types::IPRange]
Returns the value of attribute ip_ranges.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
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.
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.
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.
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.
373 374 375 |
# File 'sig/types.rbs', line 373 def @tags end |