Class: Aws::Types::DescribeClusterSubnetGroupsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_subnet_group_name::String

Returns the value of attribute cluster_subnet_group_name.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def cluster_subnet_group_name
  @cluster_subnet_group_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def max_records
  @max_records
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1041
1042
1043
# File 'sig/types.rbs', line 1041

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1042
1043
1044
# File 'sig/types.rbs', line 1042

def tag_values
  @tag_values
end