Class: Aws::Types::PutMetricStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::PutMetricStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#statistics_configurations ⇒ ::Array[Types::MetricStreamStatisticsConfiguration]
Returns the value of attribute statistics_configurations.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#exclude_filters ⇒ ::Array[Types::MetricStreamFilter]
Returns the value of attribute exclude_filters.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def exclude_filters @exclude_filters end |
#firehose_arn ⇒ ::String
Returns the value of attribute firehose_arn.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def firehose_arn @firehose_arn end |
#include_filters ⇒ ::Array[Types::MetricStreamFilter]
Returns the value of attribute include_filters.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def include_filters @include_filters end |
#include_linked_accounts_metrics ⇒ Boolean
Returns the value of attribute include_linked_accounts_metrics.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def include_linked_accounts_metrics @include_linked_accounts_metrics end |
#name ⇒ ::String
Returns the value of attribute name.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def name @name end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def output_format @output_format end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def role_arn @role_arn end |
#statistics_configurations ⇒ ::Array[Types::MetricStreamStatisticsConfiguration]
Returns the value of attribute statistics_configurations.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def statistics_configurations @statistics_configurations end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def @tags end |