Class: Aws::LaunchWizard::Types::WorkloadData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::WorkloadData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Describes a workload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of a workload.
-
#display_name ⇒ String
The display name of a workload.
-
#documentation_url ⇒ String
The URL of a workload document.
-
#icon_url ⇒ String
The URL of a workload icon.
-
#status ⇒ String
The status of a workload.
-
#status_message ⇒ String
The message about a workload’s status.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#description ⇒ String
The description of a workload.
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 997 class WorkloadData < Struct.new( :workload_name, :display_name, :status, :description, :documentation_url, :icon_url, :status_message) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of a workload.
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 997 class WorkloadData < Struct.new( :workload_name, :display_name, :status, :description, :documentation_url, :icon_url, :status_message) SENSITIVE = [] include Aws::Structure end |
#documentation_url ⇒ String
The URL of a workload document.
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 997 class WorkloadData < Struct.new( :workload_name, :display_name, :status, :description, :documentation_url, :icon_url, :status_message) SENSITIVE = [] include Aws::Structure end |
#icon_url ⇒ String
The URL of a workload icon.
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 997 class WorkloadData < Struct.new( :workload_name, :display_name, :status, :description, :documentation_url, :icon_url, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a workload.
*You can list deployments in the ‘DISABLED` status.*
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 997 class WorkloadData < Struct.new( :workload_name, :display_name, :status, :description, :documentation_url, :icon_url, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The message about a workload’s status.
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 997 class WorkloadData < Struct.new( :workload_name, :display_name, :status, :description, :documentation_url, :icon_url, :status_message) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 997 class WorkloadData < Struct.new( :workload_name, :display_name, :status, :description, :documentation_url, :icon_url, :status_message) SENSITIVE = [] include Aws::Structure end |