Class: Aws::Types::AuthorizeClusterSecurityGroupIngressMessage
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeClusterSecurityGroupIngressMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
-
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
-
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
-
#ec2_security_group_owner_id ⇒ ::String
Returns the value of attribute ec2_security_group_owner_id.
Instance Attribute Details
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
98 99 100 |
# File 'sig/types.rbs', line 98 def cidrip @cidrip end |
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def cluster_security_group_name @cluster_security_group_name end |
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
99 100 101 |
# File 'sig/types.rbs', line 99 def ec2_security_group_name @ec2_security_group_name end |
#ec2_security_group_owner_id ⇒ ::String
Returns the value of attribute ec2_security_group_owner_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def ec2_security_group_owner_id @ec2_security_group_owner_id end |