Class: Aws::Types::UpdateTemplatePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTemplatePermissionsResponse
- 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.
12617 12618 12619 |
# File 'sig/types.rbs', line 12617 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12618 12619 12620 |
# File 'sig/types.rbs', line 12618 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12619 12620 12621 |
# File 'sig/types.rbs', line 12619 def status @status end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
12616 12617 12618 |
# File 'sig/types.rbs', line 12616 def template_arn @template_arn end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
12615 12616 12617 |
# File 'sig/types.rbs', line 12615 def template_id @template_id end |