Class: Aws::Omics::Types::CreateShareRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateShareRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#principal_subscriber ⇒ String
The principal subscriber is the account being offered shared access to the resource.
-
#resource_arn ⇒ String
The ARN of the resource to be shared.
-
#share_name ⇒ String
A name that the owner defines for the share.
Instance Attribute Details
#principal_subscriber ⇒ String
The principal subscriber is the account being offered shared access to the resource.
1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-omics/types.rb', line 1209 class CreateShareRequest < Struct.new( :resource_arn, :principal_subscriber, :share_name) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource to be shared.
1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-omics/types.rb', line 1209 class CreateShareRequest < Struct.new( :resource_arn, :principal_subscriber, :share_name) SENSITIVE = [] include Aws::Structure end |
#share_name ⇒ String
A name that the owner defines for the share.
1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-omics/types.rb', line 1209 class CreateShareRequest < Struct.new( :resource_arn, :principal_subscriber, :share_name) SENSITIVE = [] include Aws::Structure end |