Class: Aws::Types::AccessScopePath
- Inherits:
-
Object
- Object
- Aws::Types::AccessScopePath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::PathStatement
Returns the value of attribute destination.
-
#source ⇒ Types::PathStatement
Returns the value of attribute source.
-
#through_resources ⇒ ::Array[Types::ThroughResourcesStatement]
Returns the value of attribute through_resources.
Instance Attribute Details
#destination ⇒ Types::PathStatement
Returns the value of attribute destination.
149 150 151 |
# File 'sig/types.rbs', line 149 def destination @destination end |
#source ⇒ Types::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.
150 151 152 |
# File 'sig/types.rbs', line 150 def through_resources @through_resources end |