Class: Aws::Types::CreateBuildOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:upload_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#buildTypes::Build

Returns the value of attribute build.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def build
  @build
end

#storage_locationTypes::S3Location

Returns the value of attribute storage_location.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def storage_location
  @storage_location
end

#upload_credentialsTypes::AwsCredentials

Returns the value of attribute upload_credentials.



261
262
263
# File 'sig/types.rbs', line 261

def upload_credentials
  @upload_credentials
end