Class: Aws::Types::DeleteIdentityPropagationConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIdentityPropagationConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3970 3971 3972 |
# File 'sig/types.rbs', line 3970 def aws_account_id @aws_account_id end |
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
3971 3972 3973 |
# File 'sig/types.rbs', line 3971 def service @service end |