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

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


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

def action
  @action
end

#event_source_token::String

Returns the value of attribute event_source_token.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def event_source_token
  @event_source_token
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


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

def function_name
  @function_name
end

#function_url_auth_type"NONE", "AWS_IAM"

Returns the value of attribute function_url_auth_type.

Returns:

  • ("NONE", "AWS_IAM")


49
50
51
# File 'sig/types.rbs', line 49

def function_url_auth_type
  @function_url_auth_type
end

#invoked_via_function_urlBoolean

Returns the value of attribute invoked_via_function_url.

Returns:

  • (Boolean)


50
51
52
# File 'sig/types.rbs', line 50

def invoked_via_function_url
  @invoked_via_function_url
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


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

def principal
  @principal
end

#principal_org_id::String

Returns the value of attribute principal_org_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def principal_org_id
  @principal_org_id
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def qualifier
  @qualifier
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def revision_id
  @revision_id
end

#source_account::String

Returns the value of attribute source_account.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def 
  @source_account
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def source_arn
  @source_arn
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


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

def statement_id
  @statement_id
end