Class: Aws::Types::UpdateTemplatePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplatePermissionsRequest
- 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.
-
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
-
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
13063 13064 13065 |
# File 'sig/types.rbs', line 13063 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
13065 13066 13067 |
# File 'sig/types.rbs', line 13065 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
13066 13067 13068 |
# File 'sig/types.rbs', line 13066 def @revoke_permissions end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
13064 13065 13066 |
# File 'sig/types.rbs', line 13064 def template_id @template_id end |