Class: Aws::Types::ProvisionPermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionPermissionSetRequest
- 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.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "AWS_ACCOUNT", "ALL_PROVISIONED_ACCOUNTS"
Returns the value of attribute target_type.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def @permission_set_arn end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def target_id @target_id end |
#target_type ⇒ "AWS_ACCOUNT", "ALL_PROVISIONED_ACCOUNTS"
Returns the value of attribute target_type.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def target_type @target_type end |