Class: Aws::Types::UpdateAgentProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentProfileRequest
- 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.
-
#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.
Instance Attribute Details
#aggregation_configuration ⇒ ::Array[Types::AggregationConfiguration]
Returns the value of attribute aggregation_configuration.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def aggregation_configuration @aggregation_configuration end |
#business_overview ⇒ ::String
Returns the value of attribute business_overview.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def business_overview @business_overview end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def client_token @client_token end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def display_name @display_name end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def execution_role_arn @execution_role_arn end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def pillars @pillars end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def profile_arn @profile_arn end |