Class: Aws::Types::DescribeMultiRegionClustersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


413
414
415
# File 'sig/types.rbs', line 413

def max_results
  @max_results
end

#multi_region_cluster_name ⇒ ::String

Returns the value of attribute multi_region_cluster_name.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def multi_region_cluster_name
  @multi_region_cluster_name
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def next_token
  @next_token
end

#show_cluster_details ⇒ Boolean

Returns the value of attribute show_cluster_details.

Returns:

  • (Boolean)


415
416
417
# File 'sig/types.rbs', line 415

def show_cluster_details
  @show_cluster_details
end