Class: Aws::Types::DescribeSnapshotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name ⇒ ::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def cluster_name
  @cluster_name
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


531
532
533
# File 'sig/types.rbs', line 531

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def next_token
  @next_token
end

#show_detail ⇒ Boolean

Returns the value of attribute show_detail.

Returns:

  • (Boolean)


532
533
534
# File 'sig/types.rbs', line 532

def show_detail
  @show_detail
end

#snapshot_name ⇒ ::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def snapshot_name
  @snapshot_name
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def source
  @source
end