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_at ⇒ Time

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_at ⇒ Time

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_version ⇒ String

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_arn ⇒ String

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_configuration ⇒ Types::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_id ⇒ String

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_version ⇒ String

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

#tags ⇒ Hash<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