Class: Aws::Types::CreateAgentProfileResponse

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:



365
366
367
# File 'sig/types.rbs', line 365

def aggregation_configuration
  @aggregation_configuration
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def arn
  @arn
end

#business_overview ⇒ ::String

Returns the value of attribute business_overview.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def business_overview
  @business_overview
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


372
373
374
# File 'sig/types.rbs', line 372

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def created_by
  @created_by
end

#deletion_protection ⇒ Boolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


363
364
365
# File 'sig/types.rbs', line 363

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def display_name
  @display_name
end

#eligible_for_architecture_generation ⇒ Boolean

Returns the value of attribute eligible_for_architecture_generation.

Returns:

  • (Boolean)


368
369
370
# File 'sig/types.rbs', line 368

def eligible_for_architecture_generation
  @eligible_for_architecture_generation
end

#eligible_for_scheduled_generation ⇒ Boolean

Returns the value of attribute eligible_for_scheduled_generation.

Returns:

  • (Boolean)


367
368
369
# File 'sig/types.rbs', line 367

def eligible_for_scheduled_generation
  @eligible_for_scheduled_generation
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def execution_role_arn
  @execution_role_arn
end

#field_errors ⇒ ::Hash[::String, ::String]

Returns the value of attribute field_errors.

Returns:

  • (::Hash[::String, ::String])


369
370
371
# File 'sig/types.rbs', line 369

def field_errors
  @field_errors
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


374
375
376
# File 'sig/types.rbs', line 374

def last_modified_at
  @last_modified_at
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def last_modified_by
  @last_modified_by
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

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")])


362
363
364
# File 'sig/types.rbs', line 362

def pillars
  @pillars
end

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

Returns the value of attribute tags.

Returns:



370
371
372
# File 'sig/types.rbs', line 370

def tags
  @tags
end