Class: Aws::Types::DeleteResourcePermissionInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourcePermissionInput
- 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.
156 157 158 |
# File 'sig/types.rbs', line 156 def action_type @action_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
158 159 160 |
# File 'sig/types.rbs', line 158 def resource_arn @resource_arn end |
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
157 158 159 |
# File 'sig/types.rbs', line 157 def source_resource_arn @source_resource_arn end |