Class: Aws::Types::CreateBuildInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def name
  @name
end

#operating_system"WINDOWS_2012", ...

Returns the value of attribute operating_system.

Returns:

  • ("WINDOWS_2012", "AMAZON_LINUX", "AMAZON_LINUX_2", "WINDOWS_2016", "AMAZON_LINUX_2023", "WINDOWS_2022")


253
254
255
# File 'sig/types.rbs', line 253

def operating_system
  @operating_system
end

#server_sdk_version::String

Returns the value of attribute server_sdk_version.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def server_sdk_version
  @server_sdk_version
end

#storage_locationTypes::S3Location

Returns the value of attribute storage_location.

Returns:



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.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def tags
  @tags
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def version
  @version
end