Class: Aws::Types::AddPermissionInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::Array[::String]

Returns the value of attribute action_name.



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

def action_name
  @action_name
end

#aws_account_id::Array[::String]

Returns the value of attribute aws_account_id.



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

def 
  
end

#label::String

Returns the value of attribute label.



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

def label
  @label
end

#topic_arn::String

Returns the value of attribute topic_arn.



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

def topic_arn
  @topic_arn
end