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

#application_log_output_uri::String

Returns the value of attribute application_log_output_uri.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def application_log_output_uri
  @application_log_output_uri
end

#application_log_paths::Array[::String]

Returns the value of attribute application_log_paths.

Returns:

  • (::Array[::String])


636
637
638
# File 'sig/types.rbs', line 636

def application_log_paths
  @application_log_paths
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def description
  @description
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def identifier
  @identifier
end