Class: Aws::CloudFront::Types::VpcOrigin

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

An Amazon CloudFront VPC origin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the Amazon Web Services account that owns the VPC origin.



17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
# File 'lib/aws-sdk-cloudfront/types.rb', line 17237

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :account_id,
  :status,
  :created_time,
  :last_modified_time,
  :vpc_origin_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The VPC origin ARN.



17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
# File 'lib/aws-sdk-cloudfront/types.rb', line 17237

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :account_id,
  :status,
  :created_time,
  :last_modified_time,
  :vpc_origin_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The VPC origin created time.



17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
# File 'lib/aws-sdk-cloudfront/types.rb', line 17237

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :account_id,
  :status,
  :created_time,
  :last_modified_time,
  :vpc_origin_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The VPC origin ID.



17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
# File 'lib/aws-sdk-cloudfront/types.rb', line 17237

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :account_id,
  :status,
  :created_time,
  :last_modified_time,
  :vpc_origin_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The VPC origin last modified time.



17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
# File 'lib/aws-sdk-cloudfront/types.rb', line 17237

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :account_id,
  :status,
  :created_time,
  :last_modified_time,
  :vpc_origin_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The VPC origin status.



17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
# File 'lib/aws-sdk-cloudfront/types.rb', line 17237

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :account_id,
  :status,
  :created_time,
  :last_modified_time,
  :vpc_origin_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_origin_endpoint_configTypes::VpcOriginEndpointConfig

The VPC origin endpoint configuration.



17237
17238
17239
17240
17241
17242
17243
17244
17245
17246
17247
# File 'lib/aws-sdk-cloudfront/types.rb', line 17237

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :account_id,
  :status,
  :created_time,
  :last_modified_time,
  :vpc_origin_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end