Class: Aws::Drs::Types::ParticipatingResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#launch_statusString

The launch status of a participating resource.

Returns:

  • (String)


1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-drs/types.rb', line 1771

class ParticipatingResource < Struct.new(
  :launch_status,
  :participating_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#participating_resource_idTypes::ParticipatingResourceID

The ID of a participating resource.



1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-drs/types.rb', line 1771

class ParticipatingResource < Struct.new(
  :launch_status,
  :participating_resource_id)
  SENSITIVE = []
  include Aws::Structure
end