Class: Aws::IoTDeviceAdvisor::Types::GetSuiteDefinitionResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Date (in Unix epoch time) when the suite definition was created.

Returns:

  • (Time)


195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_atTime

Date (in Unix epoch time) when the suite definition was last modified.

Returns:

  • (Time)


195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionString

Latest suite definition version of the suite definition.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_arnString

The ARN of the suite definition.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_configurationTypes::SuiteDefinitionConfiguration

Suite configuration of the suite definition.



195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_idString

Suite definition ID of the suite definition.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#suite_definition_versionString

Suite definition version of the suite definition.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags attached to the suite definition.

Returns:

  • (Hash<String,String>)


195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 195

class GetSuiteDefinitionResponse < Struct.new(
  :suite_definition_id,
  :suite_definition_arn,
  :suite_definition_version,
  :latest_version,
  :suite_definition_configuration,
  :created_at,
  :last_modified_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end