Class: Aws::Types::AddPermissionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::Array[::String]

Returns the value of attribute action_name.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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

def 
  
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


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

def label
  @label
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


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

def topic_arn
  @topic_arn
end