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.
-
#compute_capacity_status ⇒ Types::ComputeCapacityStatus
Returns the value of attribute compute_capacity_status.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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_errors ⇒ ::Array[Types::FleetError]
Returns the value of attribute fleet_errors.
-
#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.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
-
#stream_view ⇒ "APP", "DESKTOP"
Returns the value of attribute stream_view.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def arn @arn end |
#compute_capacity_status ⇒ Types::ComputeCapacityStatus
Returns the value of attribute compute_capacity_status.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def compute_capacity_status @compute_capacity_status end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def description @description end |
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def disable_imdsv1 @disable_imdsv1 end |
#disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_seconds.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def disconnect_timeout_in_seconds @disconnect_timeout_in_seconds end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def display_name @display_name end |
#domain_join_info ⇒ Types::DomainJoinInfo
Returns the value of attribute domain_join_info.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def domain_join_info @domain_join_info end |
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def enable_default_internet_access @enable_default_internet_access end |
#fleet_errors ⇒ ::Array[Types::FleetError]
Returns the value of attribute fleet_errors.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def fleet_errors @fleet_errors end |
#fleet_type ⇒ "ALWAYS_ON", ...
Returns the value of attribute fleet_type.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def fleet_type @fleet_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def iam_role_arn @iam_role_arn end |
#idle_disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_seconds.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def idle_disconnect_timeout_in_seconds @idle_disconnect_timeout_in_seconds end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def image_arn @image_arn end |
#image_name ⇒ ::String
Returns the value of attribute image_name.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def image_name @image_name end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def instance_type @instance_type end |
#max_concurrent_sessions ⇒ ::Integer
Returns the value of attribute max_concurrent_sessions.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def max_concurrent_sessions @max_concurrent_sessions end |
#max_sessions_per_instance ⇒ ::Integer
Returns the value of attribute max_sessions_per_instance.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def max_user_duration_in_seconds @max_user_duration_in_seconds end |
#name ⇒ ::String
Returns the value of attribute name.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def name @name end |
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def platform @platform end |
#root_volume_config ⇒ Types::VolumeConfig
Returns the value of attribute root_volume_config.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def root_volume_config @root_volume_config end |
#session_script_s3_location ⇒ Types::S3Location
Returns the value of attribute session_script_s3_location.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def session_script_s3_location @session_script_s3_location end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def state @state end |
#stream_view ⇒ "APP", "DESKTOP"
Returns the value of attribute stream_view.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def stream_view @stream_view end |
#usb_device_filter_strings ⇒ ::Array[::String]
Returns the value of attribute usb_device_filter_strings.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def usb_device_filter_strings @usb_device_filter_strings end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def vpc_config @vpc_config end |