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
3513 3514 3515 3516 3517 3518 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3513 class GetDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
3513 3514 3515 3516 3517 3518 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3513 class GetDeploymentRequest < Struct.new( :api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |