Class: Aws::Types::DescribeClusterSecurityGroupsMessage

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)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def cluster_security_group_name
  @cluster_security_group_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def max_records
  @max_records
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1015
1016
1017
# File 'sig/types.rbs', line 1015

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1016
1017
1018
# File 'sig/types.rbs', line 1016

def tag_values
  @tag_values
end