Class: Aws::Types::DeleteAccountAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccountAssignmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "AWS_ACCOUNT"
Returns the value of attribute target_type.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
273 274 275 |
# File 'sig/types.rbs', line 273 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
276 277 278 |
# File 'sig/types.rbs', line 276 def @permission_set_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
277 278 279 |
# File 'sig/types.rbs', line 277 def principal_type @principal_type end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def target_id @target_id end |
#target_type ⇒ "AWS_ACCOUNT"
Returns the value of attribute target_type.
275 276 277 |
# File 'sig/types.rbs', line 275 def target_type @target_type end |