Class: Aws::Kinesis::Types::EnhancedMonitoringOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_shard_level_metricsArray<String>

Represents the current state of the metrics that are in the enhanced state before the operation.

Returns:

  • (Array<String>)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 612

class EnhancedMonitoringOutput < Struct.new(
  :stream_name,
  :current_shard_level_metrics,
  :desired_shard_level_metrics,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#desired_shard_level_metricsArray<String>

Represents the list of all the metrics that would be in the enhanced state after the operation.

Returns:

  • (Array<String>)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 612

class EnhancedMonitoringOutput < Struct.new(
  :stream_name,
  :current_shard_level_metrics,
  :desired_shard_level_metrics,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 612

class EnhancedMonitoringOutput < Struct.new(
  :stream_name,
  :current_shard_level_metrics,
  :desired_shard_level_metrics,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the Kinesis data stream.

Returns:

  • (String)


612
613
614
615
616
617
618
619
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 612

class EnhancedMonitoringOutput < Struct.new(
  :stream_name,
  :current_shard_level_metrics,
  :desired_shard_level_metrics,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end