Class: Aws::Types::GetApplicationResponse

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)


269
270
271
# File 'sig/types.rbs', line 269

def application_id
  @application_id
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def author
  @author
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def home_page_url
  @home_page_url
end

#is_verified_authorBoolean

Returns the value of attribute is_verified_author.

Returns:

  • (Boolean)


274
275
276
# File 'sig/types.rbs', line 274

def is_verified_author
  @is_verified_author
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


275
276
277
# File 'sig/types.rbs', line 275

def labels
  @labels
end

#license_url::String

Returns the value of attribute license_url.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def license_url
  @license_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def name
  @name
end

#readme_url::String

Returns the value of attribute readme_url.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def readme_url
  @readme_url
end

#spdx_license_id::String

Returns the value of attribute spdx_license_id.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def spdx_license_id
  @spdx_license_id
end

#verified_author_url::String

Returns the value of attribute verified_author_url.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def verified_author_url
  @verified_author_url
end

#versionTypes::Version

Returns the value of attribute version.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def version
  @version
end