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.
761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 761 class WorkloadData < Struct.new( :description, :display_name, :documentation_url, :icon_url, :status, :status_message, :workload_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of a workload.
761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 761 class WorkloadData < Struct.new( :description, :display_name, :documentation_url, :icon_url, :status, :status_message, :workload_name) SENSITIVE = [] include Aws::Structure end |
#documentation_url ⇒ String
The URL of a workload document.
761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 761 class WorkloadData < Struct.new( :description, :display_name, :documentation_url, :icon_url, :status, :status_message, :workload_name) SENSITIVE = [] include Aws::Structure end |
#icon_url ⇒ String
The URL of a workload icon.
761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 761 class WorkloadData < Struct.new( :description, :display_name, :documentation_url, :icon_url, :status, :status_message, :workload_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a workload.
761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 761 class WorkloadData < Struct.new( :description, :display_name, :documentation_url, :icon_url, :status, :status_message, :workload_name) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The message about a workload’s status.
761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 761 class WorkloadData < Struct.new( :description, :display_name, :documentation_url, :icon_url, :status, :status_message, :workload_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
761 762 763 764 765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 761 class WorkloadData < Struct.new( :description, :display_name, :documentation_url, :icon_url, :status, :status_message, :workload_name) SENSITIVE = [] include Aws::Structure end |