Class: Aws::CloudFront::Types::VpcOriginSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::VpcOriginSummary
- 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
-
#arn ⇒ String
The VPC origin summary ARN.
-
#created_time ⇒ Time
The VPC origin summary created time.
-
#id ⇒ String
The VPC origin summary ID.
-
#last_modified_time ⇒ Time
The VPC origin summary last modified time.
-
#name ⇒ String
The VPC origin summary name.
-
#origin_endpoint_arn ⇒ String
The VPC origin summary origin endpoint ARN.
-
#status ⇒ String
The VPC origin summary status.
Instance Attribute Details
#arn ⇒ String
The VPC origin summary ARN.
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_time ⇒ Time
The VPC origin summary created 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 |
#id ⇒ String
The VPC origin summary ID.
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_time ⇒ Time
The VPC origin summary last modified 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 |
#name ⇒ String
The VPC origin summary name.
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_arn ⇒ String
The VPC origin summary origin endpoint ARN.
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 |
#status ⇒ String
The VPC origin summary status.
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 |