Class: Aws::Types::UpdateAgentGoalRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

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


1875
1876
1877
# File 'sig/types.rbs', line 1875

def pillars
  @pillars
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1873
1874
1875
# File 'sig/types.rbs', line 1873

def profile_arn
  @profile_arn
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def title
  @title
end