Class: Aws::ApiGatewayV2::Types::DeletePortalRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_idString

Returns:

  • (String)


3676
3677
3678
3679
3680
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3676

class DeletePortalRequest < Struct.new(
  :portal_id)
  SENSITIVE = []
  include Aws::Structure
end