Class: Aws::Types::PolicyToPath

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def path
  @path
end

#policies::Array[Types::PolicyAttachment]

Returns the value of attribute policies.

Returns:



1377
1378
1379
# File 'sig/types.rbs', line 1377

def policies
  @policies
end