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.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#display_name ⇒ String
The display name of the workload data.
785 786 787 788 789 790 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 785 class WorkloadDataSummary < Struct.new( :display_name, :workload_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
785 786 787 788 789 790 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 785 class WorkloadDataSummary < Struct.new( :display_name, :workload_name) SENSITIVE = [] include Aws::Structure end |