Class: Aws::Types::CreateAgentGoalRequest

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)


330
331
332
# File 'sig/types.rbs', line 330

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def description
  @description
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")])


332
333
334
# File 'sig/types.rbs', line 332

def pillars
  @pillars
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def profile_arn
  @profile_arn
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def title
  @title
end