Class: Aws::Types::CreateAccountAssignmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountAssignmentRequest
- 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.
172 173 174 |
# File 'sig/types.rbs', line 172 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
175 176 177 |
# File 'sig/types.rbs', line 175 def @permission_set_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
176 177 178 |
# File 'sig/types.rbs', line 176 def principal_type @principal_type end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def target_id @target_id end |
#target_type ⇒ "AWS_ACCOUNT"
Returns the value of attribute target_type.
174 175 176 |
# File 'sig/types.rbs', line 174 def target_type @target_type end |