Class: Aws::Types::SnapshotSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_cluster_count::Integer

Returns the value of attribute associated_cluster_count.

Returns:

  • (::Integer)


2936
2937
2938
# File 'sig/types.rbs', line 2936

def associated_cluster_count
  @associated_cluster_count
end

#associated_clusters::Array[Types::ClusterAssociatedToSchedule]

Returns the value of attribute associated_clusters.



2937
2938
2939
# File 'sig/types.rbs', line 2937

def associated_clusters
  @associated_clusters
end

#next_invocations::Array[::Time]

Returns the value of attribute next_invocations.

Returns:

  • (::Array[::Time])


2935
2936
2937
# File 'sig/types.rbs', line 2935

def next_invocations
  @next_invocations
end

#schedule_definitions::Array[::String]

Returns the value of attribute schedule_definitions.

Returns:

  • (::Array[::String])


2931
2932
2933
# File 'sig/types.rbs', line 2931

def schedule_definitions
  @schedule_definitions
end

#schedule_description::String

Returns the value of attribute schedule_description.

Returns:

  • (::String)


2933
2934
2935
# File 'sig/types.rbs', line 2933

def schedule_description
  @schedule_description
end

#schedule_identifier::String

Returns the value of attribute schedule_identifier.

Returns:

  • (::String)


2932
2933
2934
# File 'sig/types.rbs', line 2932

def schedule_identifier
  @schedule_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2934
2935
2936
# File 'sig/types.rbs', line 2934

def tags
  @tags
end