Class: Aws::Types::ContainerService

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def arn
  @arn
end

#container_service_name::String

Returns the value of attribute container_service_name.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def container_service_name
  @container_service_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


403
404
405
# File 'sig/types.rbs', line 403

def created_at
  @created_at
end

#current_deploymentTypes::ContainerServiceDeployment

Returns the value of attribute current_deployment.



412
413
414
# File 'sig/types.rbs', line 412

def current_deployment
  @current_deployment
end

#is_disabledBoolean

Returns the value of attribute is_disabled.

Returns:

  • (Boolean)


414
415
416
# File 'sig/types.rbs', line 414

def is_disabled
  @is_disabled
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



404
405
406
# File 'sig/types.rbs', line 404

def location
  @location
end

#next_deploymentTypes::ContainerServiceDeployment

Returns the value of attribute next_deployment.



413
414
415
# File 'sig/types.rbs', line 413

def next_deployment
  @next_deployment
end

#power"nano", ...

Returns the value of attribute power.

Returns:

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


407
408
409
# File 'sig/types.rbs', line 407

def power
  @power
end

#power_id::String

Returns the value of attribute power_id.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def power_id
  @power_id
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def principal_arn
  @principal_arn
end

#private_domain_name::String

Returns the value of attribute private_domain_name.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def private_domain_name
  @private_domain_name
end

#private_registry_accessTypes::PrivateRegistryAccess

Returns the value of attribute private_registry_access.



419
420
421
# File 'sig/types.rbs', line 419

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]])


417
418
419
# File 'sig/types.rbs', line 417

def public_domain_names
  @public_domain_names
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



405
406
407
# File 'sig/types.rbs', line 405

def resource_type
  @resource_type
end

#scale::Integer

Returns the value of attribute scale.

Returns:

  • (::Integer)


411
412
413
# File 'sig/types.rbs', line 411

def scale
  @scale
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "READY", "RUNNING", "UPDATING", "DELETING", "DISABLED", "DEPLOYING")


409
410
411
# File 'sig/types.rbs', line 409

def state
  @state
end

#state_detailTypes::ContainerServiceStateDetail

Returns the value of attribute state_detail.



410
411
412
# File 'sig/types.rbs', line 410

def state_detail
  @state_detail
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



406
407
408
# File 'sig/types.rbs', line 406

def tags
  @tags
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def url
  @url
end