Class: Aws::ApiGatewayV2::Types::DeletePortalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeletePortalRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#portal_id ⇒ 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 |