Class: Aws::Types::CreateAgentProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentProfileRequest
- 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.
-
#business_overview ⇒ ::String
Returns the value of attribute business_overview.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#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.
351 352 353 |
# File 'sig/types.rbs', line 351 def aggregation_configuration @aggregation_configuration end |
#business_overview ⇒ ::String
Returns the value of attribute business_overview.
347 348 349 |
# File 'sig/types.rbs', line 347 def business_overview @business_overview end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
352 353 354 |
# File 'sig/types.rbs', line 352 def client_token @client_token end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
349 350 351 |
# File 'sig/types.rbs', line 349 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
346 347 348 |
# File 'sig/types.rbs', line 346 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
345 346 347 |
# File 'sig/types.rbs', line 345 def display_name @display_name end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
350 351 352 |
# File 'sig/types.rbs', line 350 def execution_role_arn @execution_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
344 345 346 |
# File 'sig/types.rbs', line 344 def name @name end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
348 349 350 |
# File 'sig/types.rbs', line 348 def pillars @pillars end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
353 354 355 |
# File 'sig/types.rbs', line 353 def end |