Class: Aws::Types::TelemetryPipelineSummary

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)


649
650
651
# File 'sig/types.rbs', line 649

def arn
  @arn
end

#configuration_summaryTypes::ConfigurationSummary

Returns the value of attribute configuration_summary.



653
654
655
# File 'sig/types.rbs', line 653

def configuration_summary
  @configuration_summary
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


647
648
649
# File 'sig/types.rbs', line 647

def created_time_stamp
  @created_time_stamp
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


648
649
650
# File 'sig/types.rbs', line 648

def last_update_time_stamp
  @last_update_time_stamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


651
652
653
# File 'sig/types.rbs', line 651

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


652
653
654
# File 'sig/types.rbs', line 652

def tags
  @tags
end