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
1011 |
# File 'sig/client.rbs', line 1011 def s3_access_point_arn: () -> ::String |
#s3_access_policy ⇒ ::String
1015 |
# File 'sig/client.rbs', line 1015 def s3_access_policy: () -> ::String |
#store_id ⇒ ::String
1012 |
# File 'sig/client.rbs', line 1012 def store_id: () -> ::String |
#store_type ⇒ "SEQUENCE_STORE", "REFERENCE_STORE"
1013 |
# File 'sig/client.rbs', line 1013 def store_type: () -> ("SEQUENCE_STORE" | "REFERENCE_STORE") |
#update_time ⇒ ::Time
1014 |
# File 'sig/client.rbs', line 1014 def update_time: () -> ::Time |