Class: Aws::Types::PutResourcePermissionInput

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:

  • ("RESTORE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def source_resource_arn
  @source_resource_arn
end