Class: Aws::Types::CreateWebAppRequest

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)


193
194
195
# File 'sig/types.rbs', line 193

def access_endpoint
  @access_endpoint
end

#endpoint_detailsTypes::WebAppEndpointDetails

Returns the value of attribute endpoint_details.



197
198
199
# File 'sig/types.rbs', line 197

def endpoint_details
  @endpoint_details
end

#identity_provider_detailsTypes::WebAppIdentityProviderDetails

Returns the value of attribute identity_provider_details.



192
193
194
# File 'sig/types.rbs', line 192

def identity_provider_details
  @identity_provider_details
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def tags
  @tags
end

#web_app_endpoint_policy"FIPS", "STANDARD"

Returns the value of attribute web_app_endpoint_policy.

Returns:

  • ("FIPS", "STANDARD")


196
197
198
# File 'sig/types.rbs', line 196

def web_app_endpoint_policy
  @web_app_endpoint_policy
end

#web_app_unitsTypes::WebAppUnits

Returns the value of attribute web_app_units.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def web_app_units
  @web_app_units
end