Class: Aws::Types::GetTelemetryEnrichmentStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetTelemetryEnrichmentStatusOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_resource_explorer_managed_view_arn ⇒ ::String
Returns the value of attribute aws_resource_explorer_managed_view_arn.
-
#status ⇒ "Running", ...
Returns the value of attribute status.
Instance Attribute Details
#aws_resource_explorer_managed_view_arn ⇒ ::String
Returns the value of attribute aws_resource_explorer_managed_view_arn.
275 276 277 |
# File 'sig/types.rbs', line 275 def aws_resource_explorer_managed_view_arn @aws_resource_explorer_managed_view_arn end |
#status ⇒ "Running", ...
Returns the value of attribute status.
274 275 276 |
# File 'sig/types.rbs', line 274 def status @status end |