Class: Aws::IoTDeviceAdvisor::Types::GetSuiteDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDeviceAdvisor::Types::GetSuiteDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdeviceadvisor/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Date (in Unix epoch time) when the suite definition was created.
-
#last_modified_at ⇒ Time
Date (in Unix epoch time) when the suite definition was last modified.
-
#latest_version ⇒ String
Latest suite definition version of the suite definition.
-
#suite_definition_arn ⇒ String
The ARN of the suite definition.
-
#suite_definition_configuration ⇒ Types::SuiteDefinitionConfiguration
Suite configuration of the suite definition.
-
#suite_definition_id ⇒ String
Suite definition ID of the suite definition.
-
#suite_definition_version ⇒ String
Suite definition version of the suite definition.
-
#tags ⇒ Hash<String,String>
Tags attached to the suite definition.
Instance Attribute Details
#created_at ⇒ Time
Date (in Unix epoch time) when the suite definition was created.
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.
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.
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.
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.
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.
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.
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 |