Class: Aws::ApiGatewayV2::Types::GetDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#api_id ⇒ String
4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4569 class GetDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 4569 class GetDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |