Method: Aws::APIGateway::Types::DocumentationPart#id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#id ⇒ String
The DocumentationPart identifier, generated by API Gateway when the ‘DocumentationPart` is created.
2116 2117 2118 2119 2120 2121 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2116 class DocumentationPart < Struct.new( :id, :location, :properties) include Aws::Structure end |