Class: Aws::Types::MetricStreamEntry
- Inherits:
-
Object
- Object
- Aws::Types::MetricStreamEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#firehose_arn ⇒ ::String
Returns the value of attribute firehose_arn.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
836 837 838 |
# File 'sig/types.rbs', line 836 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
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.
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.
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.
839 840 841 |
# File 'sig/types.rbs', line 839 def name @name end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
842 843 844 |
# File 'sig/types.rbs', line 842 def output_format @output_format end |
#state ⇒ ::String
Returns the value of attribute state.
841 842 843 |
# File 'sig/types.rbs', line 841 def state @state end |