Class: Aws::Types::CreateTelemetryPipelineInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTelemetryPipelineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::TelemetryPipelineConfiguration
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configuration ⇒ Types::TelemetryPipelineConfiguration
Returns the value of attribute configuration.
128 129 130 |
# File 'sig/types.rbs', line 128 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
127 128 129 |
# File 'sig/types.rbs', line 127 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
129 130 131 |
# File 'sig/types.rbs', line 129 def @tags end |