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)


2000
2001
2002
2003
2004
2005
# File 'lib/aws-sdk-drs/types.rb', line 2000

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

#participating_resource_idTypes::ParticipatingResourceID

The ID of a participating resource.



2000
2001
2002
2003
2004
2005
# File 'lib/aws-sdk-drs/types.rb', line 2000

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