Class: Aws::APIGateway::Types::Deployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Deployment
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_summary ⇒ Hash<String,Hash<String,Types::MethodSnapshot>>
A summary of the RestApi at the date and time that the deployment resource was created.
-
#created_date ⇒ Time
The date and time that the deployment resource was created.
-
#description ⇒ String
The description for the deployment resource.
-
#id ⇒ String
The identifier for the deployment resource.
Instance Attribute Details
#api_summary ⇒ Hash<String,Hash<String,Types::MethodSnapshot>>
A summary of the RestApi at the date and time that the deployment resource was created.
1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1666 class Deployment < Struct.new( :id, :description, :created_date, :api_summary) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date and time that the deployment resource was created.
1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1666 class Deployment < Struct.new( :id, :description, :created_date, :api_summary) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the deployment resource.
1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1666 class Deployment < Struct.new( :id, :description, :created_date, :api_summary) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the deployment resource.
1666 1667 1668 1669 1670 1671 1672 1673 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1666 class Deployment < Struct.new( :id, :description, :created_date, :api_summary) SENSITIVE = [] include Aws::Structure end |