Class: Aws::Types::CloudFrontOriginAccessIdentityList
- Inherits:
-
Object
- Object
- Aws::Types::CloudFrontOriginAccessIdentityList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#items ⇒ ::Array[Types::CloudFrontOriginAccessIdentitySummary]
Returns the value of attribute items.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
295 296 297 |
# File 'sig/types.rbs', line 295 def is_truncated @is_truncated end |
#items ⇒ ::Array[Types::CloudFrontOriginAccessIdentitySummary]
Returns the value of attribute items.
297 298 299 |
# File 'sig/types.rbs', line 297 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
292 293 294 |
# File 'sig/types.rbs', line 292 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
294 295 296 |
# File 'sig/types.rbs', line 294 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
293 294 295 |
# File 'sig/types.rbs', line 293 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
296 297 298 |
# File 'sig/types.rbs', line 296 def quantity @quantity end |