Class: Aws::APIGateway::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Resource
- Defined in:
- gems/aws-sdk-apigateway/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.
4665 4666 4667 4668 4669 4670 4671 4672 4673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4665 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.
4665 4666 4667 4668 4669 4670 4671 4672 4673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4665 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.
4665 4666 4667 4668 4669 4670 4671 4672 4673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4665 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.
4665 4666 4667 4668 4669 4670 4671 4672 4673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4665 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.
4665 4666 4667 4668 4669 4670 4671 4672 4673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4665 class Resource < Struct.new( :id, :parent_id, :path_part, :path, :resource_methods) SENSITIVE = [] include Aws::Structure end |