Class: Aws::Types::GetMetricStreamOutput

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:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def arn
  @arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def include_filters
  @include_filters
end

#include_linked_accounts_metricsBoolean

Returns the value of attribute include_linked_accounts_metrics.

Returns:

  • (Boolean)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def name
  @name
end

#output_format"json", ...

Returns the value of attribute output_format.

Returns:

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


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.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def role_arn
  @role_arn
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


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