Class: Aws::Types::DescribeGlobalClustersMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



702
703
704
# File 'sig/types.rbs', line 702

def filters
  @filters
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def global_cluster_identifier
  @global_cluster_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


703
704
705
# File 'sig/types.rbs', line 703

def max_records
  @max_records
end