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.
638 639 640 |
# File 'sig/types.rbs', line 638 def arn @arn end |
#configuration ⇒ Types::TelemetryPipelineConfiguration
Returns the value of attribute configuration.
640 641 642 |
# File 'sig/types.rbs', line 640 def configuration @configuration end |
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
636 637 638 |
# File 'sig/types.rbs', line 636 def created_time_stamp @created_time_stamp end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
637 638 639 |
# File 'sig/types.rbs', line 637 def last_update_time_stamp @last_update_time_stamp end |
#name ⇒ ::String
Returns the value of attribute name.
639 640 641 |
# File 'sig/types.rbs', line 639 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
641 642 643 |
# File 'sig/types.rbs', line 641 def status @status end |
#status_reason ⇒ Types::TelemetryPipelineStatusReason
Returns the value of attribute status_reason.
642 643 644 |
# File 'sig/types.rbs', line 642 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
643 644 645 |
# File 'sig/types.rbs', line 643 def @tags end |