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)


316
317
318
319
320
321
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 316

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

#valueString

The value of the dimension.

Returns:

  • (String)


316
317
318
319
320
321
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 316

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