Class: Aws::Types::ContainerServiceDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Hash[::String, Types::Container]

Returns the value of attribute containers.

Returns:



426
427
428
# File 'sig/types.rbs', line 426

def containers
  @containers
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


428
429
430
# File 'sig/types.rbs', line 428

def created_at
  @created_at
end

#public_endpointTypes::ContainerServiceEndpoint

Returns the value of attribute public_endpoint.



427
428
429
# File 'sig/types.rbs', line 427

def public_endpoint
  @public_endpoint
end

#state"ACTIVATING", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVATING", "ACTIVE", "INACTIVE", "FAILED")


425
426
427
# File 'sig/types.rbs', line 425

def state
  @state
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


424
425
426
# File 'sig/types.rbs', line 424

def version
  @version
end