Module: Aws::Redshift::Client::_CreateSnapshotScheduleResponseSuccess
- 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
601 |
# File 'sig/client.rbs', line 601
def associated_cluster_count: () -> ::Integer
|
#associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
602 |
# File 'sig/client.rbs', line 602
def associated_clusters: () -> ::Array[Types::ClusterAssociatedToSchedule]
|
#next_invocations ⇒ ::Array[::Time]
600 |
# File 'sig/client.rbs', line 600
def next_invocations: () -> ::Array[::Time]
|
#schedule_definitions ⇒ ::Array[::String]
596 |
# File 'sig/client.rbs', line 596
def schedule_definitions: () -> ::Array[::String]
|
#schedule_description ⇒ ::String
598 |
# File 'sig/client.rbs', line 598
def schedule_description: () -> ::String
|
#schedule_identifier ⇒ ::String
597 |
# File 'sig/client.rbs', line 597
def schedule_identifier: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
599 |
# File 'sig/client.rbs', line 599
def tags: () -> ::Array[Types::Tag]
|