Class: Aws::APIGateway::Types::CreateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::CreateResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Requests API Gateway to create a Resource resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parent_id ⇒ String
The parent resource’s identifier.
-
#path_part ⇒ String
The last path segment for this resource.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#parent_id ⇒ String
The parent resource’s identifier.
955 956 957 958 959 960 961 |
# File 'lib/aws-sdk-apigateway/types.rb', line 955 class CreateResourceRequest < Struct.new( :rest_api_id, :parent_id, :path_part) SENSITIVE = [] include Aws::Structure end |
#path_part ⇒ String
The last path segment for this resource.
955 956 957 958 959 960 961 |
# File 'lib/aws-sdk-apigateway/types.rb', line 955 class CreateResourceRequest < Struct.new( :rest_api_id, :parent_id, :path_part) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
955 956 957 958 959 960 961 |
# File 'lib/aws-sdk-apigateway/types.rb', line 955 class CreateResourceRequest < Struct.new( :rest_api_id, :parent_id, :path_part) SENSITIVE = [] include Aws::Structure end |