Module: Aws::Redshift::Client::_ModifySnapshotScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SnapshotSchedule]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_cluster_count ⇒ ::Integer
- #associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
- #next_invocations ⇒ ::Array[::Time]
- #schedule_definitions ⇒ ::Array[::String]
- #schedule_description ⇒ ::String
- #schedule_identifier ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#associated_cluster_count ⇒ ::Integer
2027 |
# File 'sig/client.rbs', line 2027 def associated_cluster_count: () -> ::Integer |
#associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
2028 |
# File 'sig/client.rbs', line 2028 def associated_clusters: () -> ::Array[Types::ClusterAssociatedToSchedule] |
#next_invocations ⇒ ::Array[::Time]
2026 |
# File 'sig/client.rbs', line 2026 def next_invocations: () -> ::Array[::Time] |
#schedule_definitions ⇒ ::Array[::String]
2022 |
# File 'sig/client.rbs', line 2022 def schedule_definitions: () -> ::Array[::String] |
#schedule_description ⇒ ::String
2024 |
# File 'sig/client.rbs', line 2024 def schedule_description: () -> ::String |
#schedule_identifier ⇒ ::String
2023 |
# File 'sig/client.rbs', line 2023 def schedule_identifier: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
2025 |
# File 'sig/client.rbs', line 2025 def tags: () -> ::Array[Types::Tag] |