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.
12338 12339 12340 |
# File 'sig/types.rbs', line 12338 def @authorized_targets end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12336 12337 12338 |
# File 'sig/types.rbs', line 12336 def aws_account_id @aws_account_id end |
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
12337 12338 12339 |
# File 'sig/types.rbs', line 12337 def service @service end |