Class: Aws::Types::UpdateApplicationRequest

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)


444
445
446
# File 'sig/types.rbs', line 444

def application_id
  @application_id
end

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def author
  @author
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def description
  @description
end

#home_page_url::String

Returns the value of attribute home_page_url.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def home_page_url
  @home_page_url
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


448
449
450
# File 'sig/types.rbs', line 448

def labels
  @labels
end

#readme_body::String

Returns the value of attribute readme_body.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def readme_body
  @readme_body
end

#readme_url::String

Returns the value of attribute readme_url.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def readme_url
  @readme_url
end