Class: Aws::S3Files::Types::GetFileSystemPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the file system.

Returns:

  • (String)


620
621
622
623
624
625
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 620

class GetFileSystemPolicyResponse < Struct.new(
  :file_system_id,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

The JSON-formatted resource policy for the file system.

Returns:

  • (String)


620
621
622
623
624
625
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 620

class GetFileSystemPolicyResponse < Struct.new(
  :file_system_id,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end