Class: Aws::Types::AgentProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentProfileSummary
- 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.
48 49 50 |
# File 'sig/types.rbs', line 48 def aggregation_configuration @aggregation_configuration end |
#arn ⇒ ::String
Returns the value of attribute arn.
49 50 51 |
# File 'sig/types.rbs', line 49 def arn @arn end |
#business_overview ⇒ ::String
Returns the value of attribute business_overview.
44 45 46 |
# File 'sig/types.rbs', line 44 def business_overview @business_overview end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
55 56 57 |
# File 'sig/types.rbs', line 55 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
54 55 56 |
# File 'sig/types.rbs', line 54 def created_by @created_by end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
46 47 48 |
# File 'sig/types.rbs', line 46 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
43 44 45 |
# File 'sig/types.rbs', line 43 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
42 43 44 |
# File 'sig/types.rbs', line 42 def display_name @display_name end |
#eligible_for_architecture_generation ⇒ Boolean
Returns the value of attribute eligible_for_architecture_generation.
51 52 53 |
# File 'sig/types.rbs', line 51 def eligible_for_architecture_generation @eligible_for_architecture_generation end |
#eligible_for_scheduled_generation ⇒ Boolean
Returns the value of attribute eligible_for_scheduled_generation.
50 51 52 |
# File 'sig/types.rbs', line 50 def eligible_for_scheduled_generation @eligible_for_scheduled_generation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
47 48 49 |
# File 'sig/types.rbs', line 47 def execution_role_arn @execution_role_arn end |
#field_errors ⇒ ::Hash[::String, ::String]
Returns the value of attribute field_errors.
52 53 54 |
# File 'sig/types.rbs', line 52 def field_errors @field_errors end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
57 58 59 |
# File 'sig/types.rbs', line 57 def last_modified_at @last_modified_at end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
56 57 58 |
# File 'sig/types.rbs', line 56 def last_modified_by @last_modified_by end |
#name ⇒ ::String
Returns the value of attribute name.
41 42 43 |
# File 'sig/types.rbs', line 41 def name @name end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
45 46 47 |
# File 'sig/types.rbs', line 45 def pillars @pillars end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
53 54 55 |
# File 'sig/types.rbs', line 53 def end |