Module: Aws::ComputeOptimizerAutomation::Client::_GetEnrollmentConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnrollmentConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_updated_timestamp ⇒ ::Time
- #organization_rule_mode ⇒ "AnyAllowed", "NoneAllowed"
- #status ⇒ "Active", ...
- #status_reason ⇒ ::String
Instance Method Details
#last_updated_timestamp ⇒ ::Time
216 |
# File 'sig/client.rbs', line 216
def last_updated_timestamp: () -> ::Time
|
#organization_rule_mode ⇒ "AnyAllowed", "NoneAllowed"
215 |
# File 'sig/client.rbs', line 215
def organization_rule_mode: () -> ("AnyAllowed" | "NoneAllowed")
|
#status ⇒ "Active", ...
213 |
# File 'sig/client.rbs', line 213
def status: () -> ("Active" | "Inactive" | "Pending" | "Failed")
|
#status_reason ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def status_reason: () -> ::String
|