Class: Aws::Types::ServiceRegistry

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)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def container_name
  @container_name
end

#container_port::Integer

Returns the value of attribute container_port.

Returns:

  • (::Integer)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def container_port
  @container_port
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def port
  @port
end

#registry_arn::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def registry_arn
  @registry_arn
end