Class: Aws::Types::CreateBackendEnvironmentRequest

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)


168
169
170
# File 'sig/types.rbs', line 168

def app_id
  @app_id
end

#deployment_artifacts::String

Returns the value of attribute deployment_artifacts.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def deployment_artifacts
  @deployment_artifacts
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def environment_name
  @environment_name
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def stack_name
  @stack_name
end