Class: Aws::Types::GetFolderRequest

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)


556
557
558
# File 'sig/types.rbs', line 556

def authentication_token
  @authentication_token
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def folder_id
  @folder_id
end

#include_custom_metadataBoolean

Returns the value of attribute include_custom_metadata.

Returns:

  • (Boolean)


558
559
560
# File 'sig/types.rbs', line 558

def 
  @include_custom_metadata
end