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.
888 889 890 |
# File 'sig/types.rbs', line 888 def @authorized_targets end |
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
887 888 889 |
# File 'sig/types.rbs', line 887 def service @service end |