Class: Aws::Types::AccessScopePath

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::PathStatement

Returns the value of attribute destination.



149
150
151
# File 'sig/types.rbs', line 149

def destination
  @destination
end

#sourceTypes::PathStatement

Returns the value of attribute source.



148
149
150
# File 'sig/types.rbs', line 148

def source
  @source
end

#through_resources::Array[Types::ThroughResourcesStatement]

Returns the value of attribute through_resources.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def through_resources
  @through_resources
end