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.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def @permission_set_arn end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def target_id @target_id end |
#target_type ⇒ "AWS_ACCOUNT", "ALL_PROVISIONED_ACCOUNTS"
Returns the value of attribute target_type.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def target_type @target_type end |