Class: Aws::Types::CreateFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_capacity ⇒ Types::ComputeCapacity
Returns the value of attribute compute_capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
-
#disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_seconds.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain_join_info ⇒ Types::DomainJoinInfo
Returns the value of attribute domain_join_info.
-
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
-
#fleet_type ⇒ "ALWAYS_ON", ...
Returns the value of attribute fleet_type.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#idle_disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_seconds.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_name ⇒ ::String
Returns the value of attribute image_name.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
-
#max_sessions_per_instance ⇒ ::Integer
Returns the value of attribute max_sessions_per_instance.
-
#max_user_duration_in_seconds ⇒ ::Integer
Returns the value of attribute max_user_duration_in_seconds.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
-
#root_volume_config ⇒ Types::VolumeConfig
Returns the value of attribute root_volume_config.
-
#session_script_s3_location ⇒ Types::S3Location
Returns the value of attribute session_script_s3_location.
-
#stream_view ⇒ "APP", "DESKTOP"
Returns the value of attribute stream_view.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#usb_device_filter_strings ⇒ ::Array[::String]
Returns the value of attribute usb_device_filter_strings.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#compute_capacity ⇒ Types::ComputeCapacity
Returns the value of attribute compute_capacity.
385 386 387 |
# File 'sig/types.rbs', line 385 def compute_capacity @compute_capacity end |
#description ⇒ ::String
Returns the value of attribute description.
389 390 391 |
# File 'sig/types.rbs', line 389 def description @description end |
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
403 404 405 |
# File 'sig/types.rbs', line 403 def disable_imdsv1 @disable_imdsv1 end |
#disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_seconds.
388 389 390 |
# File 'sig/types.rbs', line 388 def disconnect_timeout_in_seconds @disconnect_timeout_in_seconds end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
390 391 392 |
# File 'sig/types.rbs', line 390 def display_name @display_name end |
#domain_join_info ⇒ Types::DomainJoinInfo
Returns the value of attribute domain_join_info.
392 393 394 |
# File 'sig/types.rbs', line 392 def domain_join_info @domain_join_info end |
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
391 392 393 |
# File 'sig/types.rbs', line 391 def enable_default_internet_access @enable_default_internet_access end |
#fleet_type ⇒ "ALWAYS_ON", ...
Returns the value of attribute fleet_type.
384 385 386 |
# File 'sig/types.rbs', line 384 def fleet_type @fleet_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
395 396 397 |
# File 'sig/types.rbs', line 395 def iam_role_arn @iam_role_arn end |
#idle_disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_seconds.
394 395 396 |
# File 'sig/types.rbs', line 394 def idle_disconnect_timeout_in_seconds @idle_disconnect_timeout_in_seconds end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
382 383 384 |
# File 'sig/types.rbs', line 382 def image_arn @image_arn end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
381 382 383 |
# File 'sig/types.rbs', line 381 def image_name @image_name end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
383 384 385 |
# File 'sig/types.rbs', line 383 def instance_type @instance_type end |
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
398 399 400 |
# File 'sig/types.rbs', line 398 def max_concurrent_sessions @max_concurrent_sessions end |
#max_sessions_per_instance ⇒ ::Integer
Returns the value of attribute max_sessions_per_instance.
401 402 403 |
# File 'sig/types.rbs', line 401 def max_sessions_per_instance @max_sessions_per_instance end |
#max_user_duration_in_seconds ⇒ ::Integer
Returns the value of attribute max_user_duration_in_seconds.
387 388 389 |
# File 'sig/types.rbs', line 387 def max_user_duration_in_seconds @max_user_duration_in_seconds end |
#name ⇒ ::String
Returns the value of attribute name.
380 381 382 |
# File 'sig/types.rbs', line 380 def name @name end |
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
397 398 399 |
# File 'sig/types.rbs', line 397 def platform @platform end |
#root_volume_config ⇒ Types::VolumeConfig
Returns the value of attribute root_volume_config.
402 403 404 |
# File 'sig/types.rbs', line 402 def root_volume_config @root_volume_config end |
#session_script_s3_location ⇒ Types::S3Location
Returns the value of attribute session_script_s3_location.
400 401 402 |
# File 'sig/types.rbs', line 400 def session_script_s3_location @session_script_s3_location end |
#stream_view ⇒ "APP", "DESKTOP"
Returns the value of attribute stream_view.
396 397 398 |
# File 'sig/types.rbs', line 396 def stream_view @stream_view end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
393 394 395 |
# File 'sig/types.rbs', line 393 def @tags end |
#usb_device_filter_strings ⇒ ::Array[::String]
Returns the value of attribute usb_device_filter_strings.
399 400 401 |
# File 'sig/types.rbs', line 399 def usb_device_filter_strings @usb_device_filter_strings end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
386 387 388 |
# File 'sig/types.rbs', line 386 def vpc_config @vpc_config end |