Class: Aws::Types::CreateContainerServiceDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute containers.



591
592
593
# File 'sig/types.rbs', line 591

def containers
  @containers
end

#public_endpointTypes::EndpointRequest

Returns the value of attribute public_endpoint.



592
593
594
# File 'sig/types.rbs', line 592

def public_endpoint
  @public_endpoint
end

#service_name::String

Returns the value of attribute service_name.



590
591
592
# File 'sig/types.rbs', line 590

def service_name
  @service_name
end