Class: Aws::Types::AwsEcsServiceServiceRegistriesDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def container_name
  @container_name
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def container_port
  @container_port
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2198
2199
2200
# File 'sig/types.rbs', line 2198

def port
  @port
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def registry_arn
  @registry_arn
end