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_arn ⇒ ::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def application_arn
  @application_arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def name
  @name
end

#portal_options ⇒ Types::UpdateApplicationPortalOptions

Returns the value of attribute portal_options.



1266
1267
1268
# File 'sig/types.rbs', line 1266

def portal_options
  @portal_options
end

#status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1265
1266
1267
# File 'sig/types.rbs', line 1265

def status
  @status
end