Class: Aws::Types::DeleteResourcePermissionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action_type"RESTORE"

Returns the value of attribute action_type.

Returns:



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.

Returns:



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.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def source_resource_arn
  @source_resource_arn
end