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
1972 |
# File 'sig/client.rbs', line 1972
def associated_cluster_count: () -> ::Integer
|
#associated_clusters ⇒ ::Array[Types::ClusterAssociatedToSchedule]
1973 |
# File 'sig/client.rbs', line 1973
def associated_clusters: () -> ::Array[Types::ClusterAssociatedToSchedule]
|
#next_invocations ⇒ ::Array[::Time]
1971 |
# File 'sig/client.rbs', line 1971
def next_invocations: () -> ::Array[::Time]
|
#schedule_definitions ⇒ ::Array[::String]
1967 |
# File 'sig/client.rbs', line 1967
def schedule_definitions: () -> ::Array[::String]
|
#schedule_description ⇒ ::String
1969 |
# File 'sig/client.rbs', line 1969
def schedule_description: () -> ::String
|
#schedule_identifier ⇒ ::String
1968 |
# File 'sig/client.rbs', line 1968
def schedule_identifier: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1970 |
# File 'sig/client.rbs', line 1970
def tags: () -> ::Array[Types::Tag]
|