Class: Aws::Types::ListConflictingAliasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConflictingAliasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def alias @alias end |
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def distribution_id @distribution_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def max_items @max_items end |