Class: Aws::LaunchWizard::Types::WorkloadDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::WorkloadDataSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Describes workload data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the workload data.
-
#status ⇒ String
The status of the workload.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#display_name ⇒ String
The display name of the workload data.
1025 1026 1027 1028 1029 1030 1031 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1025 class WorkloadDataSummary < Struct.new( :workload_name, :display_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the workload.
1025 1026 1027 1028 1029 1030 1031 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1025 class WorkloadDataSummary < Struct.new( :workload_name, :display_name, :status) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
1025 1026 1027 1028 1029 1030 1031 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1025 class WorkloadDataSummary < Struct.new( :workload_name, :display_name, :status) SENSITIVE = [] include Aws::Structure end |