Class: Aws::Types::SnapshotSchedule
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_cluster_count ⇒ ::Integer
Returns the value of attribute associated_cluster_count.
-
#associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
Returns the value of attribute associated_clusters.
-
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
-
#schedule_definitions ⇒ ::Array[::String]
Returns the value of attribute schedule_definitions.
-
#schedule_description ⇒ ::String
Returns the value of attribute schedule_description.
-
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#associated_cluster_count ⇒ ::Integer
Returns the value of attribute associated_cluster_count.
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.
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.
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.
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.
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.
2934 2935 2936 |
# File 'sig/types.rbs', line 2934 def @tags end |