Class: Aws::Types::CheckSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#aws_resource_types::Array[::String]

Returns the value of attribute aws_resource_types.

Returns:

  • (::Array[::String])


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

def aws_resource_types
  @aws_resource_types
end

#aws_services::Array[::String]

Returns the value of attribute aws_services.

Returns:

  • (::Array[::String])


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

def aws_services
  @aws_services
end

#check_granularity::String

Returns the value of attribute check_granularity.

Returns:

  • (::String)


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

def check_granularity
  @check_granularity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def id
  @id
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


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

def 
  @metadata
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_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")]

Returns the value of attribute pillars.

Returns:

  • (::Array[("cost_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")])


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

def pillars
  @pillars
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


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

def recommendation_id
  @recommendation_id
end

#resource_arn_queryableBoolean

Returns the value of attribute resource_arn_queryable.

Returns:

  • (Boolean)


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

def resource_arn_queryable
  @resource_arn_queryable
end

#source"aws_config", ...

Returns the value of attribute source.

Returns:

  • ("aws_config", "compute_optimizer", "cost_explorer", "lse", "manual", "pse", "rds", "resilience", "resilience_hub", "security_hub", "stir", "ta_check", "well_architected", "cost_optimization_hub")


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

def source
  @source
end