Class: Aws::Types::CreateAgentProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_configuration ⇒ ::Array[Types::AggregationConfiguration]
Returns the value of attribute aggregation_configuration.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#business_overview ⇒ ::String
Returns the value of attribute business_overview.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#eligible_for_architecture_generation ⇒ Boolean
Returns the value of attribute eligible_for_architecture_generation.
-
#eligible_for_scheduled_generation ⇒ Boolean
Returns the value of attribute eligible_for_scheduled_generation.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#field_errors ⇒ ::Hash[::String, ::String]
Returns the value of attribute field_errors.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aggregation_configuration ⇒ ::Array[Types::AggregationConfiguration]
Returns the value of attribute aggregation_configuration.
365 366 367 |
# File 'sig/types.rbs', line 365 def aggregation_configuration @aggregation_configuration end |
#arn ⇒ ::String
Returns the value of attribute arn.
366 367 368 |
# File 'sig/types.rbs', line 366 def arn @arn end |
#business_overview ⇒ ::String
Returns the value of attribute business_overview.
361 362 363 |
# File 'sig/types.rbs', line 361 def business_overview @business_overview end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
372 373 374 |
# File 'sig/types.rbs', line 372 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
371 372 373 |
# File 'sig/types.rbs', line 371 def created_by @created_by end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
363 364 365 |
# File 'sig/types.rbs', line 363 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
360 361 362 |
# File 'sig/types.rbs', line 360 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
359 360 361 |
# File 'sig/types.rbs', line 359 def display_name @display_name end |
#eligible_for_architecture_generation ⇒ Boolean
Returns the value of attribute eligible_for_architecture_generation.
368 369 370 |
# File 'sig/types.rbs', line 368 def eligible_for_architecture_generation @eligible_for_architecture_generation end |
#eligible_for_scheduled_generation ⇒ Boolean
Returns the value of attribute eligible_for_scheduled_generation.
367 368 369 |
# File 'sig/types.rbs', line 367 def eligible_for_scheduled_generation @eligible_for_scheduled_generation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
364 365 366 |
# File 'sig/types.rbs', line 364 def execution_role_arn @execution_role_arn end |
#field_errors ⇒ ::Hash[::String, ::String]
Returns the value of attribute field_errors.
369 370 371 |
# File 'sig/types.rbs', line 369 def field_errors @field_errors end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
374 375 376 |
# File 'sig/types.rbs', line 374 def last_modified_at @last_modified_at end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
373 374 375 |
# File 'sig/types.rbs', line 373 def last_modified_by @last_modified_by end |
#name ⇒ ::String
Returns the value of attribute name.
358 359 360 |
# File 'sig/types.rbs', line 358 def name @name end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
362 363 364 |
# File 'sig/types.rbs', line 362 def pillars @pillars end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
370 371 372 |
# File 'sig/types.rbs', line 370 def @tags end |