Class: Aws::Types::CreateBuildInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBuildInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
-
#server_sdk_version ⇒ ::String
Returns the value of attribute server_sdk_version.
-
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
250 251 252 |
# File 'sig/types.rbs', line 250 def name @name end |
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
253 254 255 |
# File 'sig/types.rbs', line 253 def @operating_system end |
#server_sdk_version ⇒ ::String
Returns the value of attribute server_sdk_version.
255 256 257 |
# File 'sig/types.rbs', line 255 def server_sdk_version @server_sdk_version end |
#storage_location ⇒ Types::S3Location
Returns the value of attribute storage_location.
252 253 254 |
# File 'sig/types.rbs', line 252 def storage_location @storage_location end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
254 255 256 |
# File 'sig/types.rbs', line 254 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
251 252 253 |
# File 'sig/types.rbs', line 251 def version @version end |