Module: Aws::Scheduler::Client::_GetScheduleGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetScheduleGroupOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_date ⇒ ::Time
- #last_modification_date ⇒ ::Time
- #name ⇒ ::String
- #state ⇒ "ACTIVE", "DELETING"
Instance Method Details
#arn ⇒ ::String
171 |
# File 'sig/client.rbs', line 171 def arn: () -> ::String |
#creation_date ⇒ ::Time
172 |
# File 'sig/client.rbs', line 172 def creation_date: () -> ::Time |
#last_modification_date ⇒ ::Time
173 |
# File 'sig/client.rbs', line 173 def last_modification_date: () -> ::Time |
#name ⇒ ::String
174 |
# File 'sig/client.rbs', line 174 def name: () -> ::String |
#state ⇒ "ACTIVE", "DELETING"
175 |
# File 'sig/client.rbs', line 175 def state: () -> ("ACTIVE" | "DELETING") |