Class: Aws::Types::ImageConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:start_command])

Instance Attribute Summary collapse

Instance Attribute Details

#port ⇒ ::String

Returns the value of attribute port.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def port
  @port
end

#runtime_environment_secrets ⇒ ::Hash[::String, ::String]

Returns the value of attribute runtime_environment_secrets.

Returns:

  • (::Hash[::String, ::String])


367
368
369
# File 'sig/types.rbs', line 367

def runtime_environment_secrets
  @runtime_environment_secrets
end

#runtime_environment_variables ⇒ ::Hash[::String, ::String]

Returns the value of attribute runtime_environment_variables.

Returns:

  • (::Hash[::String, ::String])


364
365
366
# File 'sig/types.rbs', line 364

def runtime_environment_variables
  @runtime_environment_variables
end

#start_command ⇒ ::String

Returns the value of attribute start_command.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def start_command
  @start_command
end