Module: Aws::Omics::Client::_GetS3AccessPolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetS3AccessPolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #s3_access_point_arn ⇒ ::String
- #s3_access_policy ⇒ ::String
- #store_id ⇒ ::String
- #store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
- #update_time ⇒ ::Time
Instance Method Details
#s3_access_point_arn ⇒ ::String
1009 |
# File 'sig/client.rbs', line 1009
def s3_access_point_arn: () -> ::String
|
#s3_access_policy ⇒ ::String
1013 |
# File 'sig/client.rbs', line 1013
def s3_access_policy: () -> ::String
|
#store_id ⇒ ::String
1010 |
# File 'sig/client.rbs', line 1010
def store_id: () -> ::String
|
#store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
1011 |
# File 'sig/client.rbs', line 1011
def store_type: () -> ("SEQUENCE_STORE" | "REFERENCE_STORE")
|
#update_time ⇒ ::Time
1012 |
# File 'sig/client.rbs', line 1012
def update_time: () -> ::Time
|