Class: Aws::Types::UpdateFolderPermissionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12277
12278
12279
# File 'sig/types.rbs', line 12277

def arn
  @arn
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


12278
12279
12280
# File 'sig/types.rbs', line 12278

def folder_id
  @folder_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



12279
12280
12281
# File 'sig/types.rbs', line 12279

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12280
12281
12282
# File 'sig/types.rbs', line 12280

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12276
12277
12278
# File 'sig/types.rbs', line 12276

def status
  @status
end