Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def author
  @author
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def home_page_url
  @home_page_url
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


120
121
122
# File 'sig/types.rbs', line 120

def labels
  @labels
end

#license_body::String

Returns the value of attribute license_body.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def license_body
  @license_body
end

#license_url::String

Returns the value of attribute license_url.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def license_url
  @license_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def name
  @name
end

#readme_body::String

Returns the value of attribute readme_body.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def readme_body
  @readme_body
end

#readme_url::String

Returns the value of attribute readme_url.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def readme_url
  @readme_url
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def semantic_version
  @semantic_version
end

#source_code_archive_url::String

Returns the value of attribute source_code_archive_url.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def source_code_archive_url
  @source_code_archive_url
end

#source_code_url::String

Returns the value of attribute source_code_url.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def source_code_url
  @source_code_url
end

#spdx_license_id::String

Returns the value of attribute spdx_license_id.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def spdx_license_id
  @spdx_license_id
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def template_url
  @template_url
end