Class: Aws::Types::DescribeClusterSnapshotsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_existsBoolean

Returns the value of attribute cluster_exists.

Returns:

  • (Boolean)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def cluster_exists
  @cluster_exists
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def cluster_identifier
  @cluster_identifier
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def end_time
  @end_time
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def max_records
  @max_records
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def 
  @owner_account
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def snapshot_arn
  @snapshot_arn
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def snapshot_identifier
  @snapshot_identifier
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def snapshot_type
  @snapshot_type
end

#sorting_entities::Array[Types::SnapshotSortingEntity]

Returns the value of attribute sorting_entities.

Returns:



1033
1034
1035
# File 'sig/types.rbs', line 1033

def sorting_entities
  @sorting_entities
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def start_time
  @start_time
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1030
1031
1032
# File 'sig/types.rbs', line 1030

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1031
1032
1033
# File 'sig/types.rbs', line 1031

def tag_values
  @tag_values
end