Class: Aws::Types::ExpressGatewayContainer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:environment])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_logs_configurationTypes::ExpressGatewayServiceAwsLogsConfiguration

Returns the value of attribute aws_logs_configuration.



1259
1260
1261
# File 'sig/types.rbs', line 1259

def aws_logs_configuration
  @aws_logs_configuration
end

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


1261
1262
1263
# File 'sig/types.rbs', line 1261

def command
  @command
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def container_port
  @container_port
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



1262
1263
1264
# File 'sig/types.rbs', line 1262

def environment
  @environment
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def image
  @image
end

#repository_credentialsTypes::ExpressGatewayRepositoryCredentials

Returns the value of attribute repository_credentials.



1260
1261
1262
# File 'sig/types.rbs', line 1260

def repository_credentials
  @repository_credentials
end

#secrets::Array[Types::Secret]

Returns the value of attribute secrets.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def secrets
  @secrets
end