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.
12607 12608 12609 |
# File 'sig/types.rbs', line 12607 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12609 12610 12611 |
# File 'sig/types.rbs', line 12609 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12610 12611 12612 |
# File 'sig/types.rbs', line 12610 def @revoke_permissions end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
12608 12609 12610 |
# File 'sig/types.rbs', line 12608 def template_id @template_id end |