Class: Aws::Types::TelemetryPipelineSummary
- Inherits:
-
Object
- Object
- Aws::Types::TelemetryPipelineSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration_summary ⇒ Types::ConfigurationSummary
Returns the value of attribute configuration_summary.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
649 650 651 |
# File 'sig/types.rbs', line 649 def arn @arn end |
#configuration_summary ⇒ Types::ConfigurationSummary
Returns the value of attribute configuration_summary.
653 654 655 |
# File 'sig/types.rbs', line 653 def configuration_summary @configuration_summary end |
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
647 648 649 |
# File 'sig/types.rbs', line 647 def created_time_stamp @created_time_stamp end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
648 649 650 |
# File 'sig/types.rbs', line 648 def last_update_time_stamp @last_update_time_stamp end |
#name ⇒ ::String
Returns the value of attribute name.
650 651 652 |
# File 'sig/types.rbs', line 650 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
651 652 653 |
# File 'sig/types.rbs', line 651 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
652 653 654 |
# File 'sig/types.rbs', line 652 def @tags end |