Class: Aws::Types::CreateEnvironmentEC2Request

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :tags])

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_stop_time_minutes::Integer

Returns the value of attribute automatic_stop_time_minutes.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CONNECT_SSH", "CONNECT_SSM")


30
31
32
# File 'sig/types.rbs', line 30

def connection_type
  @connection_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def instance_type
  @instance_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def name
  @name
end

#owner_arn::String

Returns the value of attribute owner_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def tags
  @tags
end