Class: Aws::Types::GetFileSystemPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def file_system_id
  @file_system_id
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def policy
  @policy
end