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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pi/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)


426
427
428
429
430
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 426

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