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)


660
661
662
# File 'sig/types.rbs', line 660

def arn
  @arn
end

#configuration_summaryTypes::ConfigurationSummary

Returns the value of attribute configuration_summary.



664
665
666
# File 'sig/types.rbs', line 664

def configuration_summary
  @configuration_summary
end

#created_time_stamp::Integer

Returns the value of attribute created_time_stamp.

Returns:

  • (::Integer)


658
659
660
# File 'sig/types.rbs', line 658

def created_time_stamp
  @created_time_stamp
end

#last_update_time_stamp::Integer

Returns the value of attribute last_update_time_stamp.

Returns:

  • (::Integer)


659
660
661
# File 'sig/types.rbs', line 659

def last_update_time_stamp
  @last_update_time_stamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


662
663
664
# File 'sig/types.rbs', line 662

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


663
664
665
# File 'sig/types.rbs', line 663

def tags
  @tags
end