Module: Aws::ComputeOptimizerAutomation::Client::_UpdateAutomationRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAutomationRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #criteria ⇒ Types::Criteria
- #description ⇒ ::String
- #last_updated_timestamp ⇒ ::Time
- #name ⇒ ::String
- #organization_configuration ⇒ Types::OrganizationConfiguration
- #priority ⇒ ::String
- #recommended_action_types ⇒ ::Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")]
- #rule_arn ⇒ ::String
- #rule_revision ⇒ ::Integer
- #rule_type ⇒ "OrganizationRule", "AccountRule"
- #schedule ⇒ Types::Schedule
- #status ⇒ "Active", "Inactive"
Instance Method Details
#created_timestamp ⇒ ::Time
455 |
# File 'sig/client.rbs', line 455
def created_timestamp: () -> ::Time
|
#criteria ⇒ Types::Criteria
452 |
# File 'sig/client.rbs', line 452
def criteria: () -> Types::Criteria
|
#description ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def description: () -> ::String
|
#last_updated_timestamp ⇒ ::Time
456 |
# File 'sig/client.rbs', line 456
def last_updated_timestamp: () -> ::Time
|
#name ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def name: () -> ::String
|
#organization_configuration ⇒ Types::OrganizationConfiguration
449 |
# File 'sig/client.rbs', line 449
def organization_configuration: () -> Types::OrganizationConfiguration
|
#priority ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def priority: () -> ::String
|
#recommended_action_types ⇒ ::Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")]
451 |
# File 'sig/client.rbs', line 451
def recommended_action_types: () -> ::Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")]
|
#rule_arn ⇒ ::String
444 |
# File 'sig/client.rbs', line 444
def rule_arn: () -> ::String
|
#rule_revision ⇒ ::Integer
445 |
# File 'sig/client.rbs', line 445
def rule_revision: () -> ::Integer
|
#rule_type ⇒ "OrganizationRule", "AccountRule"
448 |
# File 'sig/client.rbs', line 448
def rule_type: () -> ("OrganizationRule" | "AccountRule")
|
#schedule ⇒ Types::Schedule
453 |
# File 'sig/client.rbs', line 453
def schedule: () -> Types::Schedule
|
#status ⇒ "Active", "Inactive"
454 |
# File 'sig/client.rbs', line 454
def status: () -> ("Active" | "Inactive")
|