Class: Aws::Types::Fleet
- Inherits:
-
Object
- Object
- Aws::Types::Fleet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
-
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
-
#compute_type ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#environment_type ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute environment_type.
-
#fleet_service_role ⇒ ::String
Returns the value of attribute fleet_service_role.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#overflow_behavior ⇒ "QUEUE", "ON_DEMAND"
Returns the value of attribute overflow_behavior.
-
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
-
#scaling_configuration ⇒ Types::ScalingConfigurationOutput
Returns the value of attribute scaling_configuration.
-
#status ⇒ Types::FleetStatus
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
562 563 564 |
# File 'sig/types.rbs', line 562 def arn @arn end |
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
568 569 570 |
# File 'sig/types.rbs', line 568 def base_capacity @base_capacity end |
#compute_configuration ⇒ Types::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.
570 571 572 |
# File 'sig/types.rbs', line 570 def compute_type @compute_type end |
#created ⇒ ::Time
Returns the value of attribute created.
565 566 567 |
# File 'sig/types.rbs', line 565 def created @created end |
#environment_type ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute environment_type.
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.
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.
564 565 566 |
# File 'sig/types.rbs', line 564 def id @id end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
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.
566 567 568 |
# File 'sig/types.rbs', line 566 def last_modified @last_modified end |
#name ⇒ ::String
Returns the value of attribute name.
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.
573 574 575 |
# File 'sig/types.rbs', line 573 def overflow_behavior @overflow_behavior end |
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
575 576 577 |
# File 'sig/types.rbs', line 575 def proxy_configuration @proxy_configuration end |
#scaling_configuration ⇒ Types::ScalingConfigurationOutput
Returns the value of attribute scaling_configuration.
572 573 574 |
# File 'sig/types.rbs', line 572 def scaling_configuration @scaling_configuration end |
#status ⇒ Types::FleetStatus
Returns the value of attribute status.
567 568 569 |
# File 'sig/types.rbs', line 567 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
578 579 580 |
# File 'sig/types.rbs', line 578 def end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
574 575 576 |
# File 'sig/types.rbs', line 574 def vpc_config @vpc_config end |