Class: Aws::Types::PutPermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action_group"agentPermissions"

Returns the value of attribute action_group.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def action_group
  @action_group
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:



350
351
352
# File 'sig/types.rbs', line 350

def principals
  @principals
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

def profiling_group_name
  @profiling_group_name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def revision_id
  @revision_id
end