Class: Aws::Types::DescribeSnapshotSchedulesMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def cluster_identifier
  @cluster_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def max_records
  @max_records
end

#schedule_identifier::String

Returns the value of attribute schedule_identifier.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def schedule_identifier
  @schedule_identifier
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1336
1337
1338
# File 'sig/types.rbs', line 1336

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1337
1338
1339
# File 'sig/types.rbs', line 1337

def tag_values
  @tag_values
end