Module: Aws::StorageGateway::Client::_DescribeSnapshotScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSnapshotScheduleOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #recurrence_in_hours ⇒ ::Integer
- #start_at ⇒ ::Integer
- #tags ⇒ ::Array[Types::Tag]
- #timezone ⇒ ::String
- #volume_arn ⇒ ::String
Instance Method Details
#description ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def description: () -> ::String
|
#recurrence_in_hours ⇒ ::Integer
772 |
# File 'sig/client.rbs', line 772
def recurrence_in_hours: () -> ::Integer
|
#start_at ⇒ ::Integer
771 |
# File 'sig/client.rbs', line 771
def start_at: () -> ::Integer
|
#tags ⇒ ::Array[Types::Tag]
775 |
# File 'sig/client.rbs', line 775
def tags: () -> ::Array[Types::Tag]
|
#timezone ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def timezone: () -> ::String
|
#volume_arn ⇒ ::String
770 |
# File 'sig/client.rbs', line 770
def volume_arn: () -> ::String
|