Class: Aws::Types::AddResourcePermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def authentication_token
  @authentication_token
end

#notification_optionsTypes::NotificationOptions

Returns the value of attribute notification_options.



46
47
48
# File 'sig/types.rbs', line 46

def notification_options
  @notification_options
end

#principals::Array[Types::SharePrincipal]

Returns the value of attribute principals.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def principals
  @principals
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def resource_id
  @resource_id
end