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.
660 661 662 |
# File 'sig/types.rbs', line 660 def arn @arn end |
#configuration_summary ⇒ Types::ConfigurationSummary
Returns the value of attribute configuration_summary.
664 665 666 |
# File 'sig/types.rbs', line 664 def configuration_summary @configuration_summary end |
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
658 659 660 |
# File 'sig/types.rbs', line 658 def created_time_stamp @created_time_stamp end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
659 660 661 |
# File 'sig/types.rbs', line 659 def last_update_time_stamp @last_update_time_stamp end |
#name ⇒ ::String
Returns the value of attribute name.
661 662 663 |
# File 'sig/types.rbs', line 661 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
662 663 664 |
# File 'sig/types.rbs', line 662 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
663 664 665 |
# File 'sig/types.rbs', line 663 def @tags end |