Module: Aws::Omics::Client::_PutS3AccessPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutS3AccessPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #s3_access_point_arn ⇒ ::String
- #store_id ⇒ ::String
- #store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
Instance Method Details
#s3_access_point_arn ⇒ ::String
1593 |
# File 'sig/client.rbs', line 1593
def s3_access_point_arn: () -> ::String
|
#store_id ⇒ ::String
1594 |
# File 'sig/client.rbs', line 1594
def store_id: () -> ::String
|
#store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
1595 |
# File 'sig/client.rbs', line 1595
def store_type: () -> ("SEQUENCE_STORE" | "REFERENCE_STORE")
|