Class: Aws::Types::UpdateAgentProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentProfileResponse
- 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.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def aggregation_configuration @aggregation_configuration end |
#arn ⇒ ::String
Returns the value of attribute arn.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def arn @arn end |
#business_overview ⇒ ::String
Returns the value of attribute business_overview.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def business_overview @business_overview end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def created_by @created_by end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def deletion_protection @deletion_protection end |
#description ⇒ ::String
Returns the value of attribute description.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def display_name @display_name end |
#eligible_for_architecture_generation ⇒ Boolean
Returns the value of attribute eligible_for_architecture_generation.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def eligible_for_architecture_generation @eligible_for_architecture_generation end |
#eligible_for_scheduled_generation ⇒ Boolean
Returns the value of attribute eligible_for_scheduled_generation.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def eligible_for_scheduled_generation @eligible_for_scheduled_generation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def execution_role_arn @execution_role_arn end |
#field_errors ⇒ ::Hash[::String, ::String]
Returns the value of attribute field_errors.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def field_errors @field_errors end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def last_modified_at @last_modified_at end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def last_modified_by @last_modified_by end |
#name ⇒ ::String
Returns the value of attribute name.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def name @name end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def pillars @pillars end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def end |