Class: Aws::Greengrass::Types::CreateDeviceDefinitionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-greengrass/types.rb', line 617

class CreateDeviceDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-greengrass/types.rb', line 617

class CreateDeviceDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-greengrass/types.rb', line 617

class CreateDeviceDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampString

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-greengrass/types.rb', line 617

class CreateDeviceDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionString

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-greengrass/types.rb', line 617

class CreateDeviceDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_arnString

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-greengrass/types.rb', line 617

class CreateDeviceDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
# File 'lib/aws-sdk-greengrass/types.rb', line 617

class CreateDeviceDefinitionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end