Class: Aws::IoTFleetWise::Types::CreateStateTemplateResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the state template.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1003

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

#idString

The unique ID of the state template.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1003

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

#nameString

The name of the state template.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1003

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