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.
4133 4134 4135 |
# File 'sig/types.rbs', line 4133 def aws_account_id @aws_account_id end |
#service ⇒ "REDSHIFT", ...
Returns the value of attribute service.
4134 4135 4136 |
# File 'sig/types.rbs', line 4134 def service @service end |