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.
8319 8320 8321 8322 8323 8324 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8319 class ListVpcOriginsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of items included in the list.
8319 8320 8321 8322 8323 8324 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8319 class ListVpcOriginsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |