Module: Aws::WellArchitected::Client::_GetAgentProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAgentProfileResponse]
- 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]
464 |
# File 'sig/client.rbs', line 464
def aggregation_configuration: () -> ::Array[Types::AggregationConfiguration]
|
#arn ⇒ ::String
465 |
# File 'sig/client.rbs', line 465
def arn: () -> ::String
|
#business_overview ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def business_overview: () -> ::String
|
#created_at ⇒ ::Time
471 |
# File 'sig/client.rbs', line 471
def created_at: () -> ::Time
|
#created_by ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def created_by: () -> ::String
|
#deletion_protection ⇒ Boolean
462 |
# File 'sig/client.rbs', line 462
def deletion_protection: () -> bool
|
#description ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def description: () -> ::String
|
#display_name ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def display_name: () -> ::String
|
#eligible_for_architecture_generation ⇒ Boolean
467 |
# File 'sig/client.rbs', line 467
def eligible_for_architecture_generation: () -> bool
|
#eligible_for_scheduled_generation ⇒ Boolean
466 |
# File 'sig/client.rbs', line 466
def eligible_for_scheduled_generation: () -> bool
|
#execution_role_arn ⇒ ::String
463 |
# File 'sig/client.rbs', line 463
def execution_role_arn: () -> ::String
|
#field_errors ⇒ ::Hash[::String, ::String]
468 |
# File 'sig/client.rbs', line 468
def field_errors: () -> ::Hash[::String, ::String]
|
#last_modified_at ⇒ ::Time
473 |
# File 'sig/client.rbs', line 473
def last_modified_at: () -> ::Time
|
#last_modified_by ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def last_modified_by: () -> ::String
|
#name ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def name: () -> ::String
|
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
461 |
# File 'sig/client.rbs', line 461
def pillars: () -> ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
|
#tags ⇒ ::Array[Types::Tag]
469 |
# File 'sig/client.rbs', line 469
def tags: () -> ::Array[Types::Tag]
|