Class: Aws::Types::DeletePermissionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePermissionVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
-
#permission_version ⇒ ::Integer
Returns the value of attribute permission_version.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
139 140 141 |
# File 'sig/types.rbs', line 139 def client_token @client_token end |
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def end |
#permission_version ⇒ ::Integer
Returns the value of attribute permission_version.
138 139 140 |
# File 'sig/types.rbs', line 138 def end |