Class: Aws::Types::RequestUploadCredentialsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:upload_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#storage_locationTypes::S3Location

Returns the value of attribute storage_location.

Returns:



1937
1938
1939
# File 'sig/types.rbs', line 1937

def storage_location
  @storage_location
end

#upload_credentialsTypes::AwsCredentials

Returns the value of attribute upload_credentials.



1936
1937
1938
# File 'sig/types.rbs', line 1936

def upload_credentials
  @upload_credentials
end