Class: Aws::Types::ListClusterSnapshotsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def cluster_arn
  @cluster_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


195
196
197
# File 'sig/types.rbs', line 195

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def next_token
  @next_token
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def snapshot_type
  @snapshot_type
end