Module: Aws::ComputeOptimizerAutomation::Client::_CreateAutomationRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAutomationRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #criteria ⇒ Types::Criteria
- #description ⇒ ::String
- #name ⇒ ::String
- #organization_configuration ⇒ Types::OrganizationConfiguration
- #priority ⇒ ::String
- #recommended_action_types ⇒ ::Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")]
- #rule_arn ⇒ ::String
- #rule_id ⇒ ::String
- #rule_revision ⇒ ::Integer
- #rule_type ⇒ "OrganizationRule", "AccountRule"
- #schedule ⇒ Types::Schedule
- #status ⇒ "Active", "Inactive"
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#created_timestamp ⇒ ::Time
109 |
# File 'sig/client.rbs', line 109
def created_timestamp: () -> ::Time
|
#criteria ⇒ Types::Criteria
105 |
# File 'sig/client.rbs', line 105
def criteria: () -> Types::Criteria
|
#description ⇒ ::String
99 |
# File 'sig/client.rbs', line 99
def description: () -> ::String
|
#name ⇒ ::String
98 |
# File 'sig/client.rbs', line 98
def name: () -> ::String
|
#organization_configuration ⇒ Types::OrganizationConfiguration
102 |
# File 'sig/client.rbs', line 102
def organization_configuration: () -> Types::OrganizationConfiguration
|
#priority ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def priority: () -> ::String
|
#recommended_action_types ⇒ ::Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")]
104 |
# File 'sig/client.rbs', line 104
def recommended_action_types: () -> ::Array[("SnapshotAndDeleteUnattachedEbsVolume" | "UpgradeEbsVolumeType")]
|
#rule_arn ⇒ ::String
96 |
# File 'sig/client.rbs', line 96
def rule_arn: () -> ::String
|
#rule_id ⇒ ::String
97 |
# File 'sig/client.rbs', line 97
def rule_id: () -> ::String
|
#rule_revision ⇒ ::Integer
101 |
# File 'sig/client.rbs', line 101
def rule_revision: () -> ::Integer
|
#rule_type ⇒ "OrganizationRule", "AccountRule"
100 |
# File 'sig/client.rbs', line 100
def rule_type: () -> ("OrganizationRule" | "AccountRule")
|
#schedule ⇒ Types::Schedule
106 |
# File 'sig/client.rbs', line 106
def schedule: () -> Types::Schedule
|
#status ⇒ "Active", "Inactive"
107 |
# File 'sig/client.rbs', line 107
def status: () -> ("Active" | "Inactive")
|
#tags ⇒ ::Array[Types::Tag]
108 |
# File 'sig/client.rbs', line 108
def tags: () -> ::Array[Types::Tag]
|