Class: Aws::Types::RemovePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemovePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def qualifier @qualifier end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def revision_id @revision_id end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def statement_id @statement_id end |