Class: Aws::Types::StartAccessRequestRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAccessRequestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
4137 4138 4139 |
# File 'sig/types.rbs', line 4137 def reason @reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4139 4140 4141 |
# File 'sig/types.rbs', line 4139 def end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4138 4139 4140 |
# File 'sig/types.rbs', line 4138 def targets @targets end |