Class: Aws::Types::GetResourcePermissionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePermissionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ "RESTORE"
Returns the value of attribute action_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#action_type ⇒ "RESTORE"
Returns the value of attribute action_type.
242 243 244 |
# File 'sig/types.rbs', line 242 def action_type @action_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
243 244 245 |
# File 'sig/types.rbs', line 243 def resource_arn @resource_arn end |