Class: Aws::Types::RevokeClusterSecurityGroupIngressMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidrip::String

Returns the value of attribute cidrip.

Returns:

  • (::String)


2717
2718
2719
# File 'sig/types.rbs', line 2717

def cidrip
  @cidrip
end

#cluster_security_group_name::String

Returns the value of attribute cluster_security_group_name.

Returns:

  • (::String)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def cluster_security_group_name
  @cluster_security_group_name
end

#ec2_security_group_name::String

Returns the value of attribute ec2_security_group_name.

Returns:

  • (::String)


2718
2719
2720
# File 'sig/types.rbs', line 2718

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.

Returns:

  • (::String)


2719
2720
2721
# File 'sig/types.rbs', line 2719

def ec2_security_group_owner_id
  @ec2_security_group_owner_id
end