Class: Aws::Drs::Types::ParticipatingResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ParticipatingResource
- Defined in:
- gems/aws-sdk-drs/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.
2074 2075 2076 2077 2078 2079 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2074 class ParticipatingResource < Struct.new( :participating_resource_id, :launch_status) SENSITIVE = [] include Aws::Structure end |
#participating_resource_id ⇒ Types::ParticipatingResourceID
The ID of a participating resource.
2074 2075 2076 2077 2078 2079 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2074 class ParticipatingResource < Struct.new( :participating_resource_id, :launch_status) SENSITIVE = [] include Aws::Structure end |