Class: Aws::PI::Types::DimensionDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pi/types.rb

Overview

The information about a dimension.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of a dimension.

Returns:

  • (String)


431
432
433
434
435
# File 'lib/aws-sdk-pi/types.rb', line 431

class DimensionDetail < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end