Class: Aws::Types::DescribeTemplatePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTemplatePermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
5051 5052 5053 |
# File 'sig/types.rbs', line 5051 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5052 5053 5054 |
# File 'sig/types.rbs', line 5052 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5053 5054 5055 |
# File 'sig/types.rbs', line 5053 def status @status end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
5050 5051 5052 |
# File 'sig/types.rbs', line 5050 def template_arn @template_arn end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
5049 5050 5051 |
# File 'sig/types.rbs', line 5049 def template_id @template_id end |