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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14071

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)


14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14071

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)


14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14071

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)


14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14071

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)


14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14071

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)


14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14071

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)


14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 14071

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