Class: Aws::CleanRooms::Types::ChildResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Contains information about a child resource of a given resource in a collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#owner_account_idString

The Amazon Web Services account ID of the member who owns the child resource.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1316

class ChildResource < Struct.new(
  :resource_id,
  :resource_type,
  :resource_name,
  :owner_account_id,
  :resource_status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique identifier of the child resource.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1316

class ChildResource < Struct.new(
  :resource_id,
  :resource_type,
  :resource_name,
  :owner_account_id,
  :resource_status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the child resource.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1316

class ChildResource < Struct.new(
  :resource_id,
  :resource_type,
  :resource_name,
  :owner_account_id,
  :resource_status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_statusString

The current status of the child resource.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1316

class ChildResource < Struct.new(
  :resource_id,
  :resource_type,
  :resource_name,
  :owner_account_id,
  :resource_status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the child resource.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
1322
1323
1324
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1316

class ChildResource < Struct.new(
  :resource_id,
  :resource_type,
  :resource_name,
  :owner_account_id,
  :resource_status)
  SENSITIVE = []
  include Aws::Structure
end