Class: Aws::APIGateway::Types::Deployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::Deployment
- Includes:
- Structure
- Defined in:
- 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.
1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1604 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.
1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1604 class Deployment < Struct.new( :id, :description, :created_date, :api_summary) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the deployment resource.
1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1604 class Deployment < Struct.new( :id, :description, :created_date, :api_summary) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the deployment resource.
1604 1605 1606 1607 1608 1609 1610 1611 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1604 class Deployment < Struct.new( :id, :description, :created_date, :api_summary) SENSITIVE = [] include Aws::Structure end |