Class: Aws::Types::AddPermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.

Returns:



15
16
17
# File 'sig/types.rbs', line 15

def actions
  @actions
end

#aws_account_ids::Array[::String]

Returns the value of attribute aws_account_ids.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def 
  
end

#label::String

Returns the value of attribute label.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def label
  @label
end

#queue_url::String

Returns the value of attribute queue_url.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def queue_url
  @queue_url
end