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:



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

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:



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:



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:



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:



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

def name
  @name
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:



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

def output_format
  @output_format
end

#state::String

Returns the value of attribute state.

Returns:



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

def state
  @state
end