Class: Aws::Types::CreateAgentProfileRequest

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:



351
352
353
# File 'sig/types.rbs', line 351

def aggregation_configuration
  @aggregation_configuration
end

#business_overview ⇒ ::String

Returns the value of attribute business_overview.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def business_overview
  @business_overview
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def client_token
  @client_token
end

#deletion_protection ⇒ Boolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


349
350
351
# File 'sig/types.rbs', line 349

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def display_name
  @display_name
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def execution_role_arn
  @execution_role_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

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


348
349
350
# File 'sig/types.rbs', line 348

def pillars
  @pillars
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



353
354
355
# File 'sig/types.rbs', line 353

def tags
  @tags
end