Class: Aws::Types::MetricStreamEntry

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)


836
837
838
# File 'sig/types.rbs', line 836

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


837
838
839
# File 'sig/types.rbs', line 837

def creation_date
  @creation_date
end

#firehose_arn::String

Returns the value of attribute firehose_arn.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def firehose_arn
  @firehose_arn
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


838
839
840
# File 'sig/types.rbs', line 838

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def name
  @name
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

  • ("json", "opentelemetry0.7", "opentelemetry1.0")


842
843
844
# File 'sig/types.rbs', line 842

def output_format
  @output_format
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def state
  @state
end