Class: Aws::Types::CheckSummary
- Inherits:
-
Object
- Object
- Aws::Types::CheckSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_resource_types ⇒ ::Array[::String]
Returns the value of attribute aws_resource_types.
-
#aws_services ⇒ ::Array[::String]
Returns the value of attribute aws_services.
-
#check_granularity ⇒ ::String
Returns the value of attribute check_granularity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pillars ⇒ ::Array[("cost_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")]
Returns the value of attribute pillars.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#resource_arn_queryable ⇒ Boolean
Returns the value of attribute resource_arn_queryable.
-
#source ⇒ "aws_config", ...
Returns the value of attribute source.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
49 50 51 |
# File 'sig/types.rbs', line 49 def check_granularity @check_granularity end |
#description ⇒ ::String
Returns the value of attribute description.
42 43 44 |
# File 'sig/types.rbs', line 42 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
39 40 41 |
# File 'sig/types.rbs', line 39 def id @id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
46 47 48 |
# File 'sig/types.rbs', line 46 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
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.
43 44 45 |
# File 'sig/types.rbs', line 43 def pillars @pillars end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
50 51 52 |
# File 'sig/types.rbs', line 50 def recommendation_id @recommendation_id end |
#resource_arn_queryable ⇒ Boolean
Returns the value of attribute resource_arn_queryable.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def source @source end |