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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-kinesis/types.rb', line 617

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>)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-kinesis/types.rb', line 617

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)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-kinesis/types.rb', line 617

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)


617
618
619
620
621
622
623
624
# File 'lib/aws-sdk-kinesis/types.rb', line 617

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