Class: Aws::Types::OriginAccessControlList
- Inherits:
-
Object
- Object
- Aws::Types::OriginAccessControlList
- 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::OriginAccessControlSummary]
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.
2869 2870 2871 |
# File 'sig/types.rbs', line 2869 def is_truncated @is_truncated end |
#items ⇒ ::Array[Types::OriginAccessControlSummary]
Returns the value of attribute items.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
2866 2867 2868 |
# File 'sig/types.rbs', line 2866 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2868 2869 2870 |
# File 'sig/types.rbs', line 2868 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2867 2868 2869 |
# File 'sig/types.rbs', line 2867 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2870 2871 2872 |
# File 'sig/types.rbs', line 2870 def quantity @quantity end |