Class: Aws::APIGateway::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Resource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents an API resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The resource’s identifier.
-
#parent_id ⇒ String
The parent resource’s identifier.
-
#path ⇒ String
The full path for this resource.
-
#path_part ⇒ String
The last path segment for this resource.
-
#resource_methods ⇒ Hash<String,Types::Method>
Gets an API resource’s method of a given HTTP verb.
Instance Attribute Details
#id ⇒ String
The resource’s identifier.
4463 4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4463 class Resource < Struct.new( :id, :parent_id, :path_part, :path, :resource_methods) SENSITIVE = [] include Aws::Structure end |
#parent_id ⇒ String
The parent resource’s identifier.
4463 4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4463 class Resource < Struct.new( :id, :parent_id, :path_part, :path, :resource_methods) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The full path for this resource.
4463 4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4463 class Resource < Struct.new( :id, :parent_id, :path_part, :path, :resource_methods) SENSITIVE = [] include Aws::Structure end |
#path_part ⇒ String
The last path segment for this resource.
4463 4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4463 class Resource < Struct.new( :id, :parent_id, :path_part, :path, :resource_methods) SENSITIVE = [] include Aws::Structure end |
#resource_methods ⇒ Hash<String,Types::Method>
Gets an API resource’s method of a given HTTP verb.
4463 4464 4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4463 class Resource < Struct.new( :id, :parent_id, :path_part, :path, :resource_methods) SENSITIVE = [] include Aws::Structure end |