Class: Aws::Types::CreateEnvironmentEC2Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentEC2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatic_stop_time_minutes ⇒ ::Integer
Returns the value of attribute automatic_stop_time_minutes.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#connection_type ⇒ "CONNECT_SSH", "CONNECT_SSM"
Returns the value of attribute connection_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_arn ⇒ ::String
Returns the value of attribute owner_arn.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#automatic_stop_time_minutes ⇒ ::Integer
Returns the value of attribute automatic_stop_time_minutes.
27 28 29 |
# File 'sig/types.rbs', line 27 def automatic_stop_time_minutes @automatic_stop_time_minutes end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
23 24 25 |
# File 'sig/types.rbs', line 23 def client_request_token @client_request_token end |
#connection_type ⇒ "CONNECT_SSH", "CONNECT_SSM"
Returns the value of attribute connection_type.
30 31 32 |
# File 'sig/types.rbs', line 30 def connection_type @connection_type end |
#description ⇒ ::String
Returns the value of attribute description.
22 23 24 |
# File 'sig/types.rbs', line 22 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
31 32 33 |
# File 'sig/types.rbs', line 31 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
26 27 28 |
# File 'sig/types.rbs', line 26 def image_id @image_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
24 25 26 |
# File 'sig/types.rbs', line 24 def instance_type @instance_type end |
#name ⇒ ::String
Returns the value of attribute name.
21 22 23 |
# File 'sig/types.rbs', line 21 def name @name end |
#owner_arn ⇒ ::String
Returns the value of attribute owner_arn.
28 29 30 |
# File 'sig/types.rbs', line 28 def owner_arn @owner_arn end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
25 26 27 |
# File 'sig/types.rbs', line 25 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
29 30 31 |
# File 'sig/types.rbs', line 29 def end |