Class: Aws::Types::CreateBuildOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBuildOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build ⇒ Types::Build
Returns the value of attribute build.
-
#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
#build ⇒ Types::Build
Returns the value of attribute build.
260 261 262 |
# File 'sig/types.rbs', line 260 def build @build end |
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
262 263 264 |
# File 'sig/types.rbs', line 262 def storage_location @storage_location end |
#upload_credentials ⇒ Types::AwsCredentials
Returns the value of attribute upload_credentials.
261 262 263 |
# File 'sig/types.rbs', line 261 def upload_credentials @upload_credentials end |