Class: Aws::Types::UpdateFolderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def authentication_token
  @authentication_token
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def folder_id
  @folder_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def name
  @name
end

#parent_folder_id::String

Returns the value of attribute parent_folder_id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def parent_folder_id
  @parent_folder_id
end

#resource_state"ACTIVE", ...

Returns the value of attribute resource_state.

Returns:

  • ("ACTIVE", "RESTORING", "RECYCLING", "RECYCLED")


852
853
854
# File 'sig/types.rbs', line 852

def resource_state
  @resource_state
end