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:



2326
2327
2328
# File 'sig/types.rbs', line 2326

def filters
  @filters
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


2325
2326
2327
# File 'sig/types.rbs', line 2325

def global_cluster_identifier
  @global_cluster_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2327
2328
2329
# File 'sig/types.rbs', line 2327

def max_records
  @max_records
end