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)


12719
12720
12721
# File 'sig/types.rbs', line 12719

def arn
  @arn
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


12720
12721
12722
# File 'sig/types.rbs', line 12720

def folder_id
  @folder_id
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



12721
12722
12723
# File 'sig/types.rbs', line 12721

def permissions
  @permissions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12722
12723
12724
# File 'sig/types.rbs', line 12722

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12718
12719
12720
# File 'sig/types.rbs', line 12718

def status
  @status
end