Module: Aws::SSMContacts::Client::_GetRotationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRotationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contact_ids ⇒ ::Array[::String]
- #name ⇒ ::String
- #recurrence ⇒ Types::RecurrenceSettings
- #rotation_arn ⇒ ::String
- #start_time ⇒ ::Time
- #time_zone_id ⇒ ::String
Instance Method Details
#contact_ids ⇒ ::Array[::String]
308 |
# File 'sig/client.rbs', line 308
def contact_ids: () -> ::Array[::String]
|
#name ⇒ ::String
307 |
# File 'sig/client.rbs', line 307
def name: () -> ::String
|
#recurrence ⇒ Types::RecurrenceSettings
311 |
# File 'sig/client.rbs', line 311
def recurrence: () -> Types::RecurrenceSettings
|
#rotation_arn ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def rotation_arn: () -> ::String
|
#start_time ⇒ ::Time
309 |
# File 'sig/client.rbs', line 309
def start_time: () -> ::Time
|
#time_zone_id ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def time_zone_id: () -> ::String
|