Class: Aws::Omics::Types::GetS3AccessPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 has the access policy.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-omics/types.rb', line 3156

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

#s3_access_policyString

The current resource policy that controls S3 access on the store.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-omics/types.rb', line 3156

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

#store_idString

The AWS-generated Sequence Store or Reference Store ID.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-omics/types.rb', line 3156

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

#store_typeString

The type of store associated with the access point.

Returns:

  • (String)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-omics/types.rb', line 3156

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

#update_timeTime

The time when the policy was last updated.

Returns:

  • (Time)


3156
3157
3158
3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-omics/types.rb', line 3156

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