Class: Aws::WellArchitected::Types::GetWorkloadInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetWorkloadInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Input to get a workload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2509 class GetWorkloadInput < Struct.new( :workload_id) SENSITIVE = [] include Aws::Structure end |