Class: Aws::Types::StartCodegenJobRequest

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)


832
833
834
# File 'sig/types.rbs', line 832

def app_id
  @app_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def client_token
  @client_token
end

#codegen_job_to_create ⇒ Types::StartCodegenJobData

Returns the value of attribute codegen_job_to_create.



835
836
837
# File 'sig/types.rbs', line 835

def codegen_job_to_create
  @codegen_job_to_create
end

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def environment_name
  @environment_name
end