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.

Returns:

  • (String)


16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
# File 'lib/aws-sdk-cloudfront/types.rb', line 16312

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.

Returns:

  • (String)


16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
# File 'lib/aws-sdk-cloudfront/types.rb', line 16312

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.

Returns:

  • (Time)


16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
# File 'lib/aws-sdk-cloudfront/types.rb', line 16312

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.

Returns:

  • (String)


16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
# File 'lib/aws-sdk-cloudfront/types.rb', line 16312

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.

Returns:

  • (Time)


16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
# File 'lib/aws-sdk-cloudfront/types.rb', line 16312

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.

Returns:

  • (String)


16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
# File 'lib/aws-sdk-cloudfront/types.rb', line 16312

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.



16312
16313
16314
16315
16316
16317
16318
16319
16320
16321
16322
# File 'lib/aws-sdk-cloudfront/types.rb', line 16312

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