Class: Aws::Types::CreateDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def app_id
  @app_id
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def branch_name
  @branch_name
end

#file_map::Hash[::String, ::String]

Returns the value of attribute file_map.

Returns:

  • (::Hash[::String, ::String])


213
214
215
# File 'sig/types.rbs', line 213

def file_map
  @file_map
end