Class: Aws::Types::UpdateWebAppRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoint::String

Returns the value of attribute access_endpoint.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def access_endpoint
  @access_endpoint
end

#endpoint_detailsTypes::UpdateWebAppEndpointDetails

Returns the value of attribute endpoint_details.



1539
1540
1541
# File 'sig/types.rbs', line 1539

def endpoint_details
  @endpoint_details
end

#identity_provider_detailsTypes::UpdateWebAppIdentityProviderDetails

Returns the value of attribute identity_provider_details.



1536
1537
1538
# File 'sig/types.rbs', line 1536

def identity_provider_details
  @identity_provider_details
end

#web_app_id::String

Returns the value of attribute web_app_id.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def web_app_id
  @web_app_id
end

#web_app_unitsTypes::WebAppUnits

Returns the value of attribute web_app_units.

Returns:



1538
1539
1540
# File 'sig/types.rbs', line 1538

def web_app_units
  @web_app_units
end