Class: Aws::Types::TelemetryPipeline
- Inherits:
-
Object
- Object
- Aws::Types::TelemetryPipeline
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration ⇒ Types::TelemetryPipelineConfiguration
Returns the value of attribute configuration.
-
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
-
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ Types::TelemetryPipelineStatusReason
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
627 628 629 |
# File 'sig/types.rbs', line 627 def arn @arn end |
#configuration ⇒ Types::TelemetryPipelineConfiguration
Returns the value of attribute configuration.
629 630 631 |
# File 'sig/types.rbs', line 629 def configuration @configuration end |
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
625 626 627 |
# File 'sig/types.rbs', line 625 def created_time_stamp @created_time_stamp end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
626 627 628 |
# File 'sig/types.rbs', line 626 def last_update_time_stamp @last_update_time_stamp end |
#name ⇒ ::String
Returns the value of attribute name.
628 629 630 |
# File 'sig/types.rbs', line 628 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
630 631 632 |
# File 'sig/types.rbs', line 630 def status @status end |
#status_reason ⇒ Types::TelemetryPipelineStatusReason
Returns the value of attribute status_reason.
631 632 633 |
# File 'sig/types.rbs', line 631 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
632 633 634 |
# File 'sig/types.rbs', line 632 def @tags end |