Class: Aws::Greengrass::Types::GetDeviceDefinitionResponse

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



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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

#creation_timestampString



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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

#idString



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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

#last_updated_timestampString



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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

#latest_versionString



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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

#latest_version_arnString



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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

#nameString



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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

#tagsHash<String,String>

The key-value pair for the resource tag.



2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/aws-sdk-greengrass/types.rb', line 2299

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