Class: Aws::ApiGatewayV2::Types::ResetAuthorizersCacheRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3171

class ResetAuthorizersCacheRequest < Struct.new(
  :api_id,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

Returns:

  • (String)


3171
3172
3173
3174
3175
3176
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3171

class ResetAuthorizersCacheRequest < Struct.new(
  :api_id,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end