Class: Aws::Types::AnalyzerSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ Types::AnalyzerConfiguration
Returns the value of attribute configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_resource_analyzed ⇒ ::String
Returns the value of attribute last_resource_analyzed.
-
#last_resource_analyzed_at ⇒ ::Time
Returns the value of attribute last_resource_analyzed_at.
-
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reason ⇒ Types::StatusReason
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
128 129 130 |
# File 'sig/types.rbs', line 128 def arn @arn end |
#configuration ⇒ Types::AnalyzerConfiguration
Returns the value of attribute configuration.
137 138 139 |
# File 'sig/types.rbs', line 137 def configuration @configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
131 132 133 |
# File 'sig/types.rbs', line 131 def created_at @created_at end |
#last_resource_analyzed ⇒ ::String
Returns the value of attribute last_resource_analyzed.
132 133 134 |
# File 'sig/types.rbs', line 132 def last_resource_analyzed @last_resource_analyzed end |
#last_resource_analyzed_at ⇒ ::Time
Returns the value of attribute last_resource_analyzed_at.
133 134 135 |
# File 'sig/types.rbs', line 133 def last_resource_analyzed_at @last_resource_analyzed_at end |
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
138 139 140 |
# File 'sig/types.rbs', line 138 def managed_by @managed_by end |
#name ⇒ ::String
Returns the value of attribute name.
129 130 131 |
# File 'sig/types.rbs', line 129 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
135 136 137 |
# File 'sig/types.rbs', line 135 def status @status end |
#status_reason ⇒ Types::StatusReason
Returns the value of attribute status_reason.
136 137 138 |
# File 'sig/types.rbs', line 136 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
134 135 136 |
# File 'sig/types.rbs', line 134 def end |
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
130 131 132 |
# File 'sig/types.rbs', line 130 def type @type end |