Class: Aws::Types::TelemetryPipeline

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def arn
  @arn
end

#configurationTypes::TelemetryPipelineConfiguration

Returns the value of attribute configuration.



629
630
631
# File 'sig/types.rbs', line 629

def configuration
  @configuration
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


625
626
627
# File 'sig/types.rbs', line 625

def created_time_stamp
  @created_time_stamp
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


626
627
628
# File 'sig/types.rbs', line 626

def last_update_time_stamp
  @last_update_time_stamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED")


630
631
632
# File 'sig/types.rbs', line 630

def status
  @status
end

#status_reasonTypes::TelemetryPipelineStatusReason

Returns the value of attribute status_reason.



631
632
633
# File 'sig/types.rbs', line 631

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:

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


632
633
634
# File 'sig/types.rbs', line 632

def tags
  @tags
end