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)


638
639
640
# File 'sig/types.rbs', line 638

def arn
  @arn
end

#configurationTypes::TelemetryPipelineConfiguration

Returns the value of attribute configuration.



640
641
642
# File 'sig/types.rbs', line 640

def configuration
  @configuration
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


636
637
638
# File 'sig/types.rbs', line 636

def created_time_stamp
  @created_time_stamp
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


637
638
639
# File 'sig/types.rbs', line 637

def last_update_time_stamp
  @last_update_time_stamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


641
642
643
# File 'sig/types.rbs', line 641

def status
  @status
end

#status_reasonTypes::TelemetryPipelineStatusReason

Returns the value of attribute status_reason.



642
643
644
# File 'sig/types.rbs', line 642

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:

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


643
644
645
# File 'sig/types.rbs', line 643

def tags
  @tags
end