Class: Aws::Omics::Types::PutS3AccessPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_access_point_arnString

The S3 access point ARN that now has the access policy.

Returns:

  • (String)


4962
4963
4964
4965
4966
4967
4968
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4962

class PutS3AccessPolicyResponse < Struct.new(
  :s3_access_point_arn,
  :store_id,
  :store_type)
  SENSITIVE = []
  include Aws::Structure
end

#store_idString

The AWS-generated Sequence Store or Reference Store ID.

Returns:

  • (String)


4962
4963
4964
4965
4966
4967
4968
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4962

class PutS3AccessPolicyResponse < Struct.new(
  :s3_access_point_arn,
  :store_id,
  :store_type)
  SENSITIVE = []
  include Aws::Structure
end

#store_typeString

The type of store associated with the access point.

Returns:

  • (String)


4962
4963
4964
4965
4966
4967
4968
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4962

class PutS3AccessPolicyResponse < Struct.new(
  :s3_access_point_arn,
  :store_id,
  :store_type)
  SENSITIVE = []
  include Aws::Structure
end