Class: Aws::AmplifyUIBuilder::Types::CodegenDependency

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

Overview

Dependency package that may be required for the project code to run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_sem_verBoolean

Determines if the dependency package is using Semantic versioning. If set to true, it indicates that the dependency package uses Semantic versioning.

Returns:

  • (Boolean)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 138

class CodegenDependency < Struct.new(
  :name,
  :supported_version,
  :is_sem_ver,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the dependency package.

Returns:

  • (String)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 138

class CodegenDependency < Struct.new(
  :name,
  :supported_version,
  :is_sem_ver,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Indicates the reason to include the dependency package in your project code.

Returns:

  • (String)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 138

class CodegenDependency < Struct.new(
  :name,
  :supported_version,
  :is_sem_ver,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#supported_versionString

Indicates the version of the supported dependency package.

Returns:

  • (String)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 138

class CodegenDependency < Struct.new(
  :name,
  :supported_version,
  :is_sem_ver,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end