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.
2956 2957 2958 |
# File 'sig/types.rbs', line 2956 def associated_cluster_count @associated_cluster_count end |
#associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
Returns the value of attribute associated_clusters.
2957 2958 2959 |
# File 'sig/types.rbs', line 2957 def associated_clusters @associated_clusters end |
#next_invocations ⇒ ::Array[::Time]
Returns the value of attribute next_invocations.
2955 2956 2957 |
# File 'sig/types.rbs', line 2955 def next_invocations @next_invocations end |
#schedule_definitions ⇒ ::Array[::String]
Returns the value of attribute schedule_definitions.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def schedule_definitions @schedule_definitions end |
#schedule_description ⇒ ::String
Returns the value of attribute schedule_description.
2953 2954 2955 |
# File 'sig/types.rbs', line 2953 def schedule_description @schedule_description end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
2952 2953 2954 |
# File 'sig/types.rbs', line 2952 def schedule_identifier @schedule_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2954 2955 2956 |
# File 'sig/types.rbs', line 2954 def @tags end |