Module: Aws::WellArchitected::Client::_CreateAgentProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAgentProfileResponse]
- 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]
131 |
# File 'sig/client.rbs', line 131
def aggregation_configuration: () -> ::Array[Types::AggregationConfiguration]
|
#arn ⇒ ::String
132 |
# File 'sig/client.rbs', line 132
def arn: () -> ::String
|
#business_overview ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def business_overview: () -> ::String
|
#created_at ⇒ ::Time
138 |
# File 'sig/client.rbs', line 138
def created_at: () -> ::Time
|
#created_by ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def created_by: () -> ::String
|
#deletion_protection ⇒ Boolean
129 |
# File 'sig/client.rbs', line 129
def deletion_protection: () -> bool
|
#description ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def description: () -> ::String
|
#display_name ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def display_name: () -> ::String
|
#eligible_for_architecture_generation ⇒ Boolean
134 |
# File 'sig/client.rbs', line 134
def eligible_for_architecture_generation: () -> bool
|
#eligible_for_scheduled_generation ⇒ Boolean
133 |
# File 'sig/client.rbs', line 133
def eligible_for_scheduled_generation: () -> bool
|
#execution_role_arn ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def execution_role_arn: () -> ::String
|
#field_errors ⇒ ::Hash[::String, ::String]
135 |
# File 'sig/client.rbs', line 135
def field_errors: () -> ::Hash[::String, ::String]
|
#last_modified_at ⇒ ::Time
140 |
# File 'sig/client.rbs', line 140
def last_modified_at: () -> ::Time
|
#last_modified_by ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def last_modified_by: () -> ::String
|
#name ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def name: () -> ::String
|
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
128 |
# File 'sig/client.rbs', line 128
def pillars: () -> ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
|
#tags ⇒ ::Array[Types::Tag]
136 |
# File 'sig/client.rbs', line 136
def tags: () -> ::Array[Types::Tag]
|