Class: Aws::Types::CreateAgentGoalRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentGoalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
330 331 332 |
# File 'sig/types.rbs', line 330 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
334 335 336 |
# File 'sig/types.rbs', line 334 def description @description end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
332 333 334 |
# File 'sig/types.rbs', line 332 def pillars @pillars end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
331 332 333 |
# File 'sig/types.rbs', line 331 def profile_arn @profile_arn end |
#title ⇒ ::String
Returns the value of attribute title.
333 334 335 |
# File 'sig/types.rbs', line 333 def title @title end |