Class: Aws::CleanRooms::Types::ChildResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ChildResource
- 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
-
#owner_account_id ⇒ String
The Amazon Web Services account ID of the member who owns the child resource.
-
#resource_id ⇒ String
The unique identifier of the child resource.
-
#resource_name ⇒ String
The name of the child resource.
-
#resource_status ⇒ String
The current status of the child resource.
-
#resource_type ⇒ String
The type of the child resource.
Instance Attribute Details
#owner_account_id ⇒ String
The Amazon Web Services account ID of the member who owns the child resource.
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_id ⇒ String
The unique identifier of the child resource.
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_name ⇒ String
The name of the child resource.
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_status ⇒ String
The current status of the child resource.
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_type ⇒ String
The type of the child resource.
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 |