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

#arnString

The VPC origin summary ARN.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/aws-sdk-cloudfront/types.rb', line 14022

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

#created_timeTime

The VPC origin summary created time.

Returns:

  • (Time)


14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/aws-sdk-cloudfront/types.rb', line 14022

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

#idString

The VPC origin summary ID.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/aws-sdk-cloudfront/types.rb', line 14022

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

#last_modified_timeTime

The VPC origin summary last modified time.

Returns:

  • (Time)


14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/aws-sdk-cloudfront/types.rb', line 14022

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

#nameString

The VPC origin summary name.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/aws-sdk-cloudfront/types.rb', line 14022

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

#origin_endpoint_arnString

The VPC origin summary origin endpoint ARN.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/aws-sdk-cloudfront/types.rb', line 14022

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

#statusString

The VPC origin summary status.

Returns:

  • (String)


14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
# File 'lib/aws-sdk-cloudfront/types.rb', line 14022

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