Class: Aws::CodeCatalyst::Types::Ide
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::Ide
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The name of the IDE.
-
#runtime ⇒ String
A link to the IDE runtime image.
Instance Attribute Details
#name ⇒ String
The name of the IDE.
1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1036 class Ide < Struct.new( :runtime, :name) SENSITIVE = [] include Aws::Structure end |
#runtime ⇒ String
A link to the IDE runtime image.
1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1036 class Ide < Struct.new( :runtime, :name) SENSITIVE = [] include Aws::Structure end |