Class: Aws::Types::ApplicationSummary

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)


60
61
62
# File 'sig/types.rbs', line 60

def application_id
  @application_id
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def author
  @author
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def home_page_url
  @home_page_url
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


65
66
67
# File 'sig/types.rbs', line 65

def labels
  @labels
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def name
  @name
end

#spdx_license_id::String

Returns the value of attribute spdx_license_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def spdx_license_id
  @spdx_license_id
end