Class: Aws::Types::CreateTelemetryPipelineInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::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.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


129
130
131
# File 'sig/types.rbs', line 129

def tags
  @tags
end