Class: Aws::Types::UpdateContainerServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#is_disabledBoolean

Returns the value of attribute is_disabled.

Returns:



3104
3105
3106
# File 'sig/types.rbs', line 3104

def is_disabled
  @is_disabled
end

#power"nano", ...

Returns the value of attribute power.

Returns:



3102
3103
3104
# File 'sig/types.rbs', line 3102

def power
  @power
end

#private_registry_accessTypes::PrivateRegistryAccessRequest

Returns the value of attribute private_registry_access.

Returns:



3106
3107
3108
# File 'sig/types.rbs', line 3106

def private_registry_access
  @private_registry_access
end

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

Returns the value of attribute public_domain_names.

Returns:



3105
3106
3107
# File 'sig/types.rbs', line 3105

def public_domain_names
  @public_domain_names
end

#scale::Integer

Returns the value of attribute scale.

Returns:



3103
3104
3105
# File 'sig/types.rbs', line 3103

def scale
  @scale
end

#service_name::String

Returns the value of attribute service_name.

Returns:



3101
3102
3103
# File 'sig/types.rbs', line 3101

def service_name
  @service_name
end