Class: Aws::CloudFront::Types::VpcOriginSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::VpcOriginSummary
- 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
-
#account_id ⇒ String
The account ID of the Amazon Web Services account that owns the VPC origin.
-
#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
#account_id ⇒ String
The account ID of the Amazon Web Services account that owns the VPC origin.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 class VpcOriginSummary < Struct.new( :id, :name, :status, :created_time, :last_modified_time, :arn, :account_id, :origin_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The VPC origin summary ARN.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 class VpcOriginSummary < Struct.new( :id, :name, :status, :created_time, :last_modified_time, :arn, :account_id, :origin_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The VPC origin summary created time.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 class VpcOriginSummary < Struct.new( :id, :name, :status, :created_time, :last_modified_time, :arn, :account_id, :origin_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The VPC origin summary ID.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 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_time ⇒ Time
The VPC origin summary last modified time.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 class VpcOriginSummary < Struct.new( :id, :name, :status, :created_time, :last_modified_time, :arn, :account_id, :origin_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The VPC origin summary name.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 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_arn ⇒ String
The VPC origin summary origin endpoint ARN.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 class VpcOriginSummary < Struct.new( :id, :name, :status, :created_time, :last_modified_time, :arn, :account_id, :origin_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The VPC origin summary status.
17422 17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 17433 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17422 class VpcOriginSummary < Struct.new( :id, :name, :status, :created_time, :last_modified_time, :arn, :account_id, :origin_endpoint_arn) SENSITIVE = [] include Aws::Structure end |