Class: Aws::Types::ListConflictingAliasesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def alias
  @alias
end

#distribution_id::String

Returns the value of attribute distribution_id.

Returns:

  • (::String)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def distribution_id
  @distribution_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def max_items
  @max_items
end