Module: Aws::WellArchitected::Client::_UpdateAgentProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAgentProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregation_configuration ⇒ ::Array[Types::AggregationConfiguration]
- #arn ⇒ ::String
- #business_overview ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #deletion_protection ⇒ Boolean
- #description ⇒ ::String
- #display_name ⇒ ::String
- #eligible_for_architecture_generation ⇒ Boolean
- #eligible_for_scheduled_generation ⇒ Boolean
- #execution_role_arn ⇒ ::String
- #field_errors ⇒ ::Hash[::String, ::String]
- #last_modified_at ⇒ ::Time
- #last_modified_by ⇒ ::String
- #name ⇒ ::String
- #pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#aggregation_configuration ⇒ ::Array[Types::AggregationConfiguration]
1213 |
# File 'sig/client.rbs', line 1213
def aggregation_configuration: () -> ::Array[Types::AggregationConfiguration]
|
#arn ⇒ ::String
1214 |
# File 'sig/client.rbs', line 1214
def arn: () -> ::String
|
#business_overview ⇒ ::String
1209 |
# File 'sig/client.rbs', line 1209
def business_overview: () -> ::String
|
#created_at ⇒ ::Time
1220 |
# File 'sig/client.rbs', line 1220
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1219 |
# File 'sig/client.rbs', line 1219
def created_by: () -> ::String
|
#deletion_protection ⇒ Boolean
1211 |
# File 'sig/client.rbs', line 1211
def deletion_protection: () -> bool
|
#description ⇒ ::String
1208 |
# File 'sig/client.rbs', line 1208
def description: () -> ::String
|
#display_name ⇒ ::String
1207 |
# File 'sig/client.rbs', line 1207
def display_name: () -> ::String
|
#eligible_for_architecture_generation ⇒ Boolean
1216 |
# File 'sig/client.rbs', line 1216
def eligible_for_architecture_generation: () -> bool
|
#eligible_for_scheduled_generation ⇒ Boolean
1215 |
# File 'sig/client.rbs', line 1215
def eligible_for_scheduled_generation: () -> bool
|
#execution_role_arn ⇒ ::String
1212 |
# File 'sig/client.rbs', line 1212
def execution_role_arn: () -> ::String
|
#field_errors ⇒ ::Hash[::String, ::String]
1217 |
# File 'sig/client.rbs', line 1217
def field_errors: () -> ::Hash[::String, ::String]
|
#last_modified_at ⇒ ::Time
1222 |
# File 'sig/client.rbs', line 1222
def last_modified_at: () -> ::Time
|
#last_modified_by ⇒ ::String
1221 |
# File 'sig/client.rbs', line 1221
def last_modified_by: () -> ::String
|
#name ⇒ ::String
1206 |
# File 'sig/client.rbs', line 1206
def name: () -> ::String
|
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
1210 |
# File 'sig/client.rbs', line 1210
def pillars: () -> ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
|
#tags ⇒ ::Array[Types::Tag]
1218 |
# File 'sig/client.rbs', line 1218
def tags: () -> ::Array[Types::Tag]
|