Class: Aws::Types::UpdateAgentProfileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description, :business_overview])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_configuration ⇒ ::Array[Types::AggregationConfiguration]

Returns the value of attribute aggregation_configuration.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1890
1891
1892
# File 'sig/types.rbs', line 1890

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")])


1894
1895
1896
# File 'sig/types.rbs', line 1894

def pillars
  @pillars
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1888
1889
1890
# File 'sig/types.rbs', line 1888

def profile_arn
  @profile_arn
end