Class: Aws::Types::UpdateAgentGoalRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentGoalRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def id @id end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def pillars @pillars end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def profile_arn @profile_arn end |
#title ⇒ ::String
Returns the value of attribute title.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def title @title end |