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)


13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
# File 'lib/aws-sdk-cloudfront/types.rb', line 13881

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)


13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
# File 'lib/aws-sdk-cloudfront/types.rb', line 13881

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)


13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
# File 'lib/aws-sdk-cloudfront/types.rb', line 13881

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)


13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
# File 'lib/aws-sdk-cloudfront/types.rb', line 13881

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)


13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
# File 'lib/aws-sdk-cloudfront/types.rb', line 13881

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.



13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
# File 'lib/aws-sdk-cloudfront/types.rb', line 13881

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