Class: Aws::VPCLattice::Types::FixedResponseAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::FixedResponseAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Describes an action that returns a custom HTTP response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ Integer
The HTTP response code.
Instance Attribute Details
#status_code ⇒ Integer
The HTTP response code.
1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1132 class FixedResponseAction < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |