Class: Aws::CloudFront::Types::ListVpcOriginsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListVpcOriginsRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The marker associated with the VPC origins list.
-
#max_items ⇒ Integer
The maximum number of items included in the list.
Instance Attribute Details
#marker ⇒ String
The marker associated with the VPC origins list.
10761 10762 10763 10764 10765 10766 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10761 class ListVpcOriginsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of items included in the list.
10761 10762 10763 10764 10765 10766 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10761 class ListVpcOriginsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |