Class: Aws::Types::PutMetricStreamInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_filters::Array[Types::MetricStreamFilter]

Returns the value of attribute exclude_filters.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def include_filters
  @include_filters
end

#include_linked_accounts_metricsBoolean

Returns the value of attribute include_linked_accounts_metrics.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def name
  @name
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:



1024
1025
1026
# File 'sig/types.rbs', line 1024

def tags
  @tags
end