Class: Aws::Types::DescribeTemplatePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTemplatePermissionsRequest
- 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.
-
#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.
5276 5277 5278 |
# File 'sig/types.rbs', line 5276 def aws_account_id @aws_account_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
5277 5278 5279 |
# File 'sig/types.rbs', line 5277 def template_id @template_id end |