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_id ⇒ String

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

Returns:

  • (String)


1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1586

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

#resource_id ⇒ String

The unique identifier of the child resource.

Returns:

  • (String)


1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1586

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

#resource_name ⇒ String

The name of the child resource.

Returns:

  • (String)


1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1586

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

#resource_status ⇒ String

The current status of the child resource.

Returns:

  • (String)


1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1586

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

#resource_type ⇒ String

The type of the child resource.

Returns:

  • (String)


1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1586

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