Class: Aws::ApiGatewayV2::Types::DeleteAccessLogSettingsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


2741
2742
2743
2744
2745
2746
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2741

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

#stage_nameString

Returns:

  • (String)


2741
2742
2743
2744
2745
2746
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2741

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