Module: Aws::ComputeOptimizerAutomation::Client::_GetAutomationEventResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAutomationEventResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #completed_timestamp ⇒ ::Time
- #created_timestamp ⇒ ::Time
- #estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
- #event_description ⇒ ::String
- #event_id ⇒ ::String
- #event_status ⇒ "Ready", ...
- #event_status_reason ⇒ ::String
- #event_type ⇒ "SnapshotAndDeleteUnattachedEbsVolume", "UpgradeEbsVolumeType"
- #recommended_action_id ⇒ ::String
- #region ⇒ ::String
- #resource_arn ⇒ ::String
- #resource_id ⇒ ::String
- #resource_type ⇒ "EbsVolume"
- #rule_id ⇒ ::String
Instance Method Details
#account_id ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def account_id: () -> ::String
|
#completed_timestamp ⇒ ::Time
177 |
# File 'sig/client.rbs', line 177
def completed_timestamp: () -> ::Time
|
#created_timestamp ⇒ ::Time
176 |
# File 'sig/client.rbs', line 176
def created_timestamp: () -> ::Time
|
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
178 |
# File 'sig/client.rbs', line 178
def estimated_monthly_savings: () -> Types::EstimatedMonthlySavings
|
#event_description ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def event_description: () -> ::String
|
#event_id ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def event_id: () -> ::String
|
#event_status ⇒ "Ready", ...
167 |
# File 'sig/client.rbs', line 167
def event_status: () -> ("Ready" | "InProgress" | "Complete" | "Failed" | "Cancelled" | "RollbackReady" | "RollbackInProgress" | "RollbackComplete" | "RollbackFailed")
|
#event_status_reason ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def event_status_reason: () -> ::String
|
#event_type ⇒ "SnapshotAndDeleteUnattachedEbsVolume", "UpgradeEbsVolumeType"
166 |
# File 'sig/client.rbs', line 166
def event_type: () -> ("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")
|
#recommended_action_id ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def recommended_action_id: () -> ::String
|
#region ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def region: () -> ::String
|
#resource_arn ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def resource_arn: () -> ::String
|
#resource_id ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def resource_id: () -> ::String
|
#resource_type ⇒ "EbsVolume"
175 |
# File 'sig/client.rbs', line 175
def resource_type: () -> ("EbsVolume")
|
#rule_id ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def rule_id: () -> ::String
|