Class: Aws::Types::AccessScopePathRequest
- Inherits:
-
Object
- Object
- Aws::Types::AccessScopePathRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::PathStatementRequest
Returns the value of attribute destination.
-
#source ⇒ Types::PathStatementRequest
Returns the value of attribute source.
-
#through_resources ⇒ ::Array[Types::ThroughResourcesStatementRequest]
Returns the value of attribute through_resources.
Instance Attribute Details
#destination ⇒ Types::PathStatementRequest
Returns the value of attribute destination.
156 157 158 |
# File 'sig/types.rbs', line 156 def destination @destination end |
#source ⇒ Types::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 |