Class: Aws::Types::ListVaultsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def 
  @account_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


426
427
428
# File 'sig/types.rbs', line 426

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def marker
  @marker
end