Class: Aws::Types::PutResourcePermissionInput
- Inherits:
-
Object
- Object
- Aws::Types::PutResourcePermissionInput
- 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.
-
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
Instance Attribute Details
#action_type ⇒ "RESTORE"
Returns the value of attribute action_type.
430 431 432 |
# File 'sig/types.rbs', line 430 def action_type @action_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
432 433 434 |
# File 'sig/types.rbs', line 432 def resource_arn @resource_arn end |
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
431 432 433 |
# File 'sig/types.rbs', line 431 def source_resource_arn @source_resource_arn end |