Class: Aws::Types::GetMetricStreamOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMetricStreamOutput
- 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.
-
#exclude_filters ⇒ ::Array[Types::MetricStreamFilter]
Returns the value of attribute exclude_filters.
-
#firehose_arn ⇒ ::String
Returns the value of attribute firehose_arn.
-
#include_filters ⇒ ::Array[Types::MetricStreamFilter]
Returns the value of attribute include_filters.
-
#include_linked_accounts_metrics ⇒ Boolean
Returns the value of attribute include_linked_accounts_metrics.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#statistics_configurations ⇒ ::Array[Types::MetricStreamStatisticsConfiguration]
Returns the value of attribute statistics_configurations.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
485 486 487 |
# File 'sig/types.rbs', line 485 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
492 493 494 |
# File 'sig/types.rbs', line 492 def creation_date @creation_date end |
#exclude_filters ⇒ ::Array[Types::MetricStreamFilter]
Returns the value of attribute exclude_filters.
488 489 490 |
# File 'sig/types.rbs', line 488 def exclude_filters @exclude_filters end |
#firehose_arn ⇒ ::String
Returns the value of attribute firehose_arn.
489 490 491 |
# File 'sig/types.rbs', line 489 def firehose_arn @firehose_arn end |
#include_filters ⇒ ::Array[Types::MetricStreamFilter]
Returns the value of attribute include_filters.
487 488 489 |
# File 'sig/types.rbs', line 487 def include_filters @include_filters end |
#include_linked_accounts_metrics ⇒ Boolean
Returns the value of attribute include_linked_accounts_metrics.
496 497 498 |
# File 'sig/types.rbs', line 496 def include_linked_accounts_metrics @include_linked_accounts_metrics end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
493 494 495 |
# File 'sig/types.rbs', line 493 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
486 487 488 |
# File 'sig/types.rbs', line 486 def name @name end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
494 495 496 |
# File 'sig/types.rbs', line 494 def output_format @output_format end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def role_arn @role_arn end |
#state ⇒ ::String
Returns the value of attribute state.
491 492 493 |
# File 'sig/types.rbs', line 491 def state @state end |
#statistics_configurations ⇒ ::Array[Types::MetricStreamStatisticsConfiguration]
Returns the value of attribute statistics_configurations.
495 496 497 |
# File 'sig/types.rbs', line 495 def statistics_configurations @statistics_configurations end |