Class: Aws::Types::CreateApplicationInput

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)


98
99
100
# File 'sig/types.rbs', line 98

def author
  @author
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def home_page_url
  @home_page_url
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


101
102
103
# File 'sig/types.rbs', line 101

def labels
  @labels
end

#license_body::String

Returns the value of attribute license_body.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def license_body
  @license_body
end

#license_url::String

Returns the value of attribute license_url.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def license_url
  @license_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def name
  @name
end

#readme_body::String

Returns the value of attribute readme_body.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def readme_body
  @readme_body
end

#readme_url::String

Returns the value of attribute readme_url.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def readme_url
  @readme_url
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def semantic_version
  @semantic_version
end

#source_code_archive_url::String

Returns the value of attribute source_code_archive_url.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def source_code_archive_url
  @source_code_archive_url
end

#source_code_url::String

Returns the value of attribute source_code_url.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def source_code_url
  @source_code_url
end

#spdx_license_id::String

Returns the value of attribute spdx_license_id.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def spdx_license_id
  @spdx_license_id
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def template_url
  @template_url
end