Class: Aws::Types::Application

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)


12
13
14
# File 'sig/types.rbs', line 12

def application_id
  @application_id
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def author
  @author
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def home_page_url
  @home_page_url
end

#is_verified_authorBoolean

Returns the value of attribute is_verified_author.

Returns:

  • (Boolean)


17
18
19
# File 'sig/types.rbs', line 17

def is_verified_author
  @is_verified_author
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


18
19
20
# File 'sig/types.rbs', line 18

def labels
  @labels
end

#license_url::String

Returns the value of attribute license_url.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def license_url
  @license_url
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def name
  @name
end

#readme_url::String

Returns the value of attribute readme_url.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def readme_url
  @readme_url
end

#spdx_license_id::String

Returns the value of attribute spdx_license_id.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def spdx_license_id
  @spdx_license_id
end

#verified_author_url::String

Returns the value of attribute verified_author_url.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def verified_author_url
  @verified_author_url
end

#versionTypes::Version

Returns the value of attribute version.

Returns:



24
25
26
# File 'sig/types.rbs', line 24

def version
  @version
end