Class: Aws::CloudFront::Types::VpcOriginSummary

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

Overview

A summary of the 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)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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

#arnString

The VPC origin summary ARN.

Returns:

  • (String)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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

#created_timeTime

The VPC origin summary created time.

Returns:

  • (Time)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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

#idString

The VPC origin summary ID.

Returns:

  • (String)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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

#last_modified_timeTime

The VPC origin summary last modified time.

Returns:

  • (Time)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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

#nameString

The VPC origin summary name.

Returns:

  • (String)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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

#origin_endpoint_arnString

The VPC origin summary origin endpoint ARN.

Returns:

  • (String)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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

#statusString

The VPC origin summary status.

Returns:

  • (String)


16497
16498
16499
16500
16501
16502
16503
16504
16505
16506
16507
16508
# File 'lib/aws-sdk-cloudfront/types.rb', line 16497

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