Class: Aws::Types::UpdateIdentityPropagationConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdentityPropagationConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
Instance Attribute Details
#authorized_targets ⇒ ::Array[::String]
Returns the value of attribute authorized_targets.
12780 12781 12782 |
# File 'sig/types.rbs', line 12780 def @authorized_targets end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12778 12779 12780 |
# File 'sig/types.rbs', line 12778 def aws_account_id @aws_account_id end |
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
12779 12780 12781 |
# File 'sig/types.rbs', line 12779 def service @service end |