Class: Aws::IoT::Types::CreateDimensionResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created dimension.

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3180

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

#nameString

A unique identifier for the dimension.

Returns:

  • (String)


3180
3181
3182
3183
3184
3185
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3180

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