Class: Aws::Types::StartDeploymentRequest

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)


594
595
596
# File 'sig/types.rbs', line 594

def app_id
  @app_id
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def branch_name
  @branch_name
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def job_id
  @job_id
end

#source_url::String

Returns the value of attribute source_url.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def source_url
  @source_url
end

#source_url_type"ZIP", "BUCKET_PREFIX"

Returns the value of attribute source_url_type.

Returns:

  • ("ZIP", "BUCKET_PREFIX")


598
599
600
# File 'sig/types.rbs', line 598

def source_url_type
  @source_url_type
end