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

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def application_id
  @application_id
end

#application_version::Integer

Returns the value of attribute application_version.

Returns:

  • (::Integer)


160
161
162
# File 'sig/types.rbs', line 160

def application_version
  @application_version
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def environment_id
  @environment_id
end