Class: Aws::CodeCatalyst::Types::Ide

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Information about an integrated development environment (IDE) used in a Dev Environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the IDE.

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1566

class Ide < Struct.new(
  :runtime,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#runtimeString

A link to the IDE runtime image.

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1566

class Ide < Struct.new(
  :runtime,
  :name)
  SENSITIVE = []
  include Aws::Structure
end