Class: Aws::Types::DockerServer

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_type"BUILD_GENERAL1_SMALL", ...

Returns the value of attribute compute_type.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def compute_type
  @compute_type
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:



518
519
520
# File 'sig/types.rbs', line 518

def security_group_ids
  @security_group_ids
end

#statusTypes::DockerServerStatus

Returns the value of attribute status.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def status
  @status
end