Class: Aws::Types::UpdateApplicationInput

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)


434
435
436
# File 'sig/types.rbs', line 434

def author
  @author
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def home_page_url
  @home_page_url
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


437
438
439
# File 'sig/types.rbs', line 437

def labels
  @labels
end

#readme_body::String

Returns the value of attribute readme_body.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def readme_body
  @readme_body
end

#readme_url::String

Returns the value of attribute readme_url.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def readme_url
  @readme_url
end