Class: Aws::APIGateway::Types::Deployment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#api_summaryHash<String,Hash<String,Types::MethodSnapshot>>

A summary of the RestApi at the date and time that the deployment resource was created.

Returns:



1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1604

class Deployment < Struct.new(
  :id,
  :description,
  :created_date,
  :api_summary)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date and time that the deployment resource was created.

Returns:

  • (Time)


1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1604

class Deployment < Struct.new(
  :id,
  :description,
  :created_date,
  :api_summary)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the deployment resource.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1604

class Deployment < Struct.new(
  :id,
  :description,
  :created_date,
  :api_summary)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for the deployment resource.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1604

class Deployment < Struct.new(
  :id,
  :description,
  :created_date,
  :api_summary)
  SENSITIVE = []
  include Aws::Structure
end