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.
5043 5044 5045 |
# File 'sig/types.rbs', line 5043 def aws_account_id @aws_account_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
5044 5045 5046 |
# File 'sig/types.rbs', line 5044 def template_id @template_id end |