Class: Aws::Types::DescribeClusterVersionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_parameter_group_family::String

Returns the value of attribute cluster_parameter_group_family.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def cluster_parameter_group_family
  @cluster_parameter_group_family
end

#cluster_version::String

Returns the value of attribute cluster_version.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def cluster_version
  @cluster_version
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def max_records
  @max_records
end