Class: Aws::Types::AddPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#event_source_token ⇒ ::String
Returns the value of attribute event_source_token.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#function_url_auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute function_url_auth_type.
-
#invoked_via_function_url ⇒ Boolean
Returns the value of attribute invoked_via_function_url.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#principal_org_id ⇒ ::String
Returns the value of attribute principal_org_id.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#source_account ⇒ ::String
Returns the value of attribute source_account.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
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.
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.
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.
49 50 51 |
# File 'sig/types.rbs', line 49 def function_url_auth_type @function_url_auth_type end |
#invoked_via_function_url ⇒ Boolean
Returns the value of attribute invoked_via_function_url.
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.
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.
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.
53 54 55 |
# File 'sig/types.rbs', line 53 def qualifier @qualifier end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
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.
51 52 53 |
# File 'sig/types.rbs', line 51 def source_account @source_account end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def statement_id @statement_id end |