Class: Aws::Types::AuthorizedTargetsByService
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizedTargetsByService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
-
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
Instance Attribute Details
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
829 830 831 |
# File 'sig/types.rbs', line 829 def @authorized_targets end |
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
828 829 830 |
# File 'sig/types.rbs', line 828 def service @service end |