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
619 |
# File 'sig/client.rbs', line 619 def associated_cluster_count: () -> ::Integer |
#associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
620 |
# File 'sig/client.rbs', line 620 def associated_clusters: () -> ::Array[Types::ClusterAssociatedToSchedule] |
#next_invocations ⇒ ::Array[::Time]
618 |
# File 'sig/client.rbs', line 618 def next_invocations: () -> ::Array[::Time] |
#schedule_definitions ⇒ ::Array[::String]
614 |
# File 'sig/client.rbs', line 614 def schedule_definitions: () -> ::Array[::String] |
#schedule_description ⇒ ::String
616 |
# File 'sig/client.rbs', line 616 def schedule_description: () -> ::String |
#schedule_identifier ⇒ ::String
615 |
# File 'sig/client.rbs', line 615 def schedule_identifier: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
617 |
# File 'sig/client.rbs', line 617 def tags: () -> ::Array[Types::Tag] |