Class: Aws::Notifications::Types::Dimension

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

Overview

The key-value pair of properties for an event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the dimension

Returns:

  • (String)


441
442
443
444
445
446
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 441

class Dimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the dimension.

Returns:

  • (String)


441
442
443
444
445
446
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 441

class Dimension < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end