Class: Aws::Types::CreateApplicationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def application_id
  @application_id
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def author
  @author
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def home_page_url
  @home_page_url
end

#is_verified_authorBoolean

Returns the value of attribute is_verified_author.

Returns:

  • (Boolean)


141
142
143
# File 'sig/types.rbs', line 141

def is_verified_author
  @is_verified_author
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


142
143
144
# File 'sig/types.rbs', line 142

def labels
  @labels
end

#license_url::String

Returns the value of attribute license_url.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def license_url
  @license_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def name
  @name
end

#readme_url::String

Returns the value of attribute readme_url.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def readme_url
  @readme_url
end

#spdx_license_id::String

Returns the value of attribute spdx_license_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def spdx_license_id
  @spdx_license_id
end

#verified_author_url::String

Returns the value of attribute verified_author_url.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def verified_author_url
  @verified_author_url
end

#versionTypes::Version

Returns the value of attribute version.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def version
  @version
end