Class: Aws::Types::RequestUploadCredentialsOutput
- Inherits:
-
Object
- Object
- Aws::Types::RequestUploadCredentialsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
-
#upload_credentials ⇒ Types::AwsCredentials
Returns the value of attribute upload_credentials.
Instance Attribute Details
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def storage_location @storage_location end |
#upload_credentials ⇒ Types::AwsCredentials
Returns the value of attribute upload_credentials.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def upload_credentials @upload_credentials end |