Class: Aws::Types::CreateDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.



268
269
270
# File 'sig/types.rbs', line 268

def api_id
  @api_id
end

#description::String

Returns the value of attribute description.



269
270
271
# File 'sig/types.rbs', line 269

def description
  @description
end

#stage_name::String

Returns the value of attribute stage_name.



270
271
272
# File 'sig/types.rbs', line 270

def stage_name
  @stage_name
end