Class: Aws::Types::ExpressGatewayContainer
- Inherits:
-
Object
- Object
- Aws::Types::ExpressGatewayContainer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_logs_configuration ⇒ Types::ExpressGatewayServiceAwsLogsConfiguration
Returns the value of attribute aws_logs_configuration.
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#repository_credentials ⇒ Types::ExpressGatewayRepositoryCredentials
Returns the value of attribute repository_credentials.
-
#secrets ⇒ ::Array[Types::Secret]
Returns the value of attribute secrets.
Instance Attribute Details
#aws_logs_configuration ⇒ Types::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.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def command @command end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
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.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def image @image end |
#repository_credentials ⇒ Types::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.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def secrets @secrets end |