Class: Aws::Drs::Types::ParticipatingResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ParticipatingResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Represents a resource participating in an asynchronous Job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_status ⇒ String
The launch status of a participating resource.
-
#participating_resource_id ⇒ Types::ParticipatingResourceID
The ID of a participating resource.
Instance Attribute Details
#launch_status ⇒ String
The launch status of a participating resource.
2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-drs/types.rb', line 2035 class ParticipatingResource < Struct.new( :launch_status, :participating_resource_id) SENSITIVE = [] include Aws::Structure end |
#participating_resource_id ⇒ Types::ParticipatingResourceID
The ID of a participating resource.
2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-drs/types.rb', line 2035 class ParticipatingResource < Struct.new( :launch_status, :participating_resource_id) SENSITIVE = [] include Aws::Structure end |