Class: Aws::ApiGatewayV2::Types::GetPortalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetPortalRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#portal_id ⇒ String
5284 5285 5286 5287 5288 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5284 class GetPortalRequest < Struct.new( :portal_id) SENSITIVE = [] include Aws::Structure end |