Class: Aws::Types::Fleet

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)


562
563
564
# File 'sig/types.rbs', line 562

def arn
  @arn
end

#base_capacity::Integer

Returns the value of attribute base_capacity.

Returns:

  • (::Integer)


568
569
570
# File 'sig/types.rbs', line 568

def base_capacity
  @base_capacity
end

#compute_configurationTypes::ComputeConfiguration

Returns the value of attribute compute_configuration.



571
572
573
# File 'sig/types.rbs', line 571

def compute_configuration
  @compute_configuration
end

#compute_type"BUILD_GENERAL1_SMALL", ...

Returns the value of attribute compute_type.

Returns:

  • ("BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE")


570
571
572
# File 'sig/types.rbs', line 570

def compute_type
  @compute_type
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


565
566
567
# File 'sig/types.rbs', line 565

def created
  @created
end

#environment_type"WINDOWS_CONTAINER", ...

Returns the value of attribute environment_type.

Returns:

  • ("WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "WINDOWS_SERVER_2022_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "LINUX_EC2", "ARM_EC2", "WINDOWS_EC2", "MAC_ARM")


569
570
571
# File 'sig/types.rbs', line 569

def environment_type
  @environment_type
end

#fleet_service_role::String

Returns the value of attribute fleet_service_role.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def fleet_service_role
  @fleet_service_role
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def id
  @id
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def image_id
  @image_id
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


566
567
568
# File 'sig/types.rbs', line 566

def last_modified
  @last_modified
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def name
  @name
end

#overflow_behavior"QUEUE", "ON_DEMAND"

Returns the value of attribute overflow_behavior.

Returns:

  • ("QUEUE", "ON_DEMAND")


573
574
575
# File 'sig/types.rbs', line 573

def overflow_behavior
  @overflow_behavior
end

#proxy_configurationTypes::ProxyConfiguration

Returns the value of attribute proxy_configuration.



575
576
577
# File 'sig/types.rbs', line 575

def proxy_configuration
  @proxy_configuration
end

#scaling_configurationTypes::ScalingConfigurationOutput

Returns the value of attribute scaling_configuration.



572
573
574
# File 'sig/types.rbs', line 572

def scaling_configuration
  @scaling_configuration
end

#statusTypes::FleetStatus

Returns the value of attribute status.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def vpc_config
  @vpc_config
end