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
2020 |
# File 'sig/client.rbs', line 2020
def associated_cluster_count: () -> ::Integer
|
#associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
2021 |
# File 'sig/client.rbs', line 2021
def associated_clusters: () -> ::Array[Types::ClusterAssociatedToSchedule]
|
#next_invocations ⇒ ::Array[::Time]
2019 |
# File 'sig/client.rbs', line 2019
def next_invocations: () -> ::Array[::Time]
|
#schedule_definitions ⇒ ::Array[::String]
2015 |
# File 'sig/client.rbs', line 2015
def schedule_definitions: () -> ::Array[::String]
|
#schedule_description ⇒ ::String
2017 |
# File 'sig/client.rbs', line 2017
def schedule_description: () -> ::String
|
#schedule_identifier ⇒ ::String
2016 |
# File 'sig/client.rbs', line 2016
def schedule_identifier: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
2018 |
# File 'sig/client.rbs', line 2018
def tags: () -> ::Array[Types::Tag]
|