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.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def qualifier @qualifier end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def revision_id @revision_id end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def statement_id @statement_id end |