Class: Aws::Types::GetFolderPathRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def authentication_token
  @authentication_token
end

#fields::String

Returns the value of attribute fields.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def fields
  @fields
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def folder_id
  @folder_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


544
545
546
# File 'sig/types.rbs', line 544

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def marker
  @marker
end