Class: Aws::Types::CreateContainerServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentTypes::ContainerServiceDeploymentRequest

Returns the value of attribute deployment.



615
616
617
# File 'sig/types.rbs', line 615

def deployment
  @deployment
end

#power"nano", ...

Returns the value of attribute power.

Returns:

  • ("nano", "micro", "small", "medium", "large", "xlarge")


611
612
613
# File 'sig/types.rbs', line 611

def power
  @power
end

#private_registry_accessTypes::PrivateRegistryAccessRequest

Returns the value of attribute private_registry_access.



616
617
618
# File 'sig/types.rbs', line 616

def private_registry_access
  @private_registry_access
end

#public_domain_names::Hash[::String, ::Array[::String]]

Returns the value of attribute public_domain_names.

Returns:

  • (::Hash[::String, ::Array[::String]])


614
615
616
# File 'sig/types.rbs', line 614

def public_domain_names
  @public_domain_names
end

#scale::Integer

Returns the value of attribute scale.

Returns:

  • (::Integer)


612
613
614
# File 'sig/types.rbs', line 612

def scale
  @scale
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def service_name
  @service_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def tags
  @tags
end