Class: Aws::Types::CreateDeploymentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


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

def stage_name
  @stage_name
end