Class: Aws::Types::AgentProfileSummary

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:



48
49
50
# File 'sig/types.rbs', line 48

def aggregation_configuration
  @aggregation_configuration
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def arn
  @arn
end

#business_overview ⇒ ::String

Returns the value of attribute business_overview.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def business_overview
  @business_overview
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


55
56
57
# File 'sig/types.rbs', line 55

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def created_by
  @created_by
end

#deletion_protection ⇒ Boolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


46
47
48
# File 'sig/types.rbs', line 46

def deletion_protection
  @deletion_protection
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def display_name
  @display_name
end

#eligible_for_architecture_generation ⇒ Boolean

Returns the value of attribute eligible_for_architecture_generation.

Returns:

  • (Boolean)


51
52
53
# File 'sig/types.rbs', line 51

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)


50
51
52
# File 'sig/types.rbs', line 50

def eligible_for_scheduled_generation
  @eligible_for_scheduled_generation
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def execution_role_arn
  @execution_role_arn
end

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

Returns the value of attribute field_errors.

Returns:

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


52
53
54
# File 'sig/types.rbs', line 52

def field_errors
  @field_errors
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


57
58
59
# File 'sig/types.rbs', line 57

def last_modified_at
  @last_modified_at
end

#last_modified_by ⇒ ::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def last_modified_by
  @last_modified_by
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

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


45
46
47
# File 'sig/types.rbs', line 45

def pillars
  @pillars
end

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

Returns the value of attribute tags.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def tags
  @tags
end