Method: Aws::APIGateway::Types::RestApi#policy
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #policy ⇒ String
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6490 class RestApi < Struct.new( :id, :name, :description, :created_date, :version, :warnings, :binary_media_types, :minimum_compression_size, :api_key_source, :endpoint_configuration, :policy, :tags, :disable_execute_api_endpoint) SENSITIVE = [] include Aws::Structure end |