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

#arnString

The VPC origin ARN.

Returns:

  • (String)


13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
# File 'lib/aws-sdk-cloudfront/types.rb', line 13900

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

#created_timeTime

The VPC origin created time.

Returns:

  • (Time)


13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
# File 'lib/aws-sdk-cloudfront/types.rb', line 13900

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

#idString

The VPC origin ID.

Returns:

  • (String)


13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
# File 'lib/aws-sdk-cloudfront/types.rb', line 13900

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

#last_modified_timeTime

The VPC origin last modified time.

Returns:

  • (Time)


13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
# File 'lib/aws-sdk-cloudfront/types.rb', line 13900

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

#statusString

The VPC origin status.

Returns:

  • (String)


13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
# File 'lib/aws-sdk-cloudfront/types.rb', line 13900

class VpcOrigin < Struct.new(
  :id,
  :arn,
  :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.



13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
# File 'lib/aws-sdk-cloudfront/types.rb', line 13900

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