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:



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_dateTime

The date and time that the deployment resource was created.

Returns:

  • (Time)


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

#descriptionString

The description for the deployment resource.

Returns:

  • (String)


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

#idString

The identifier for the deployment resource.

Returns:

  • (String)


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