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)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def application_arn
  @application_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def name
  @name
end

#portal_optionsTypes::UpdateApplicationPortalOptions

Returns the value of attribute portal_options.



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

def portal_options
  @portal_options
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


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

def status
  @status
end