Class: Aws::Types::AccessScopePathRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::PathStatementRequest

Returns the value of attribute destination.



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

def destination
  @destination
end

#sourceTypes::PathStatementRequest

Returns the value of attribute source.



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

def source
  @source
end

#through_resources::Array[Types::ThroughResourcesStatementRequest]

Returns the value of attribute through_resources.



157
158
159
# File 'sig/types.rbs', line 157

def through_resources
  @through_resources
end