Class: Aws::Types::DeletePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#source_account ⇒ ::String
Returns the value of attribute source_account.
Instance Attribute Details
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
165 166 167 |
# File 'sig/types.rbs', line 165 def @certificate_authority_arn end |
#principal ⇒ ::String
Returns the value of attribute principal.
166 167 168 |
# File 'sig/types.rbs', line 166 def principal @principal end |
#source_account ⇒ ::String
Returns the value of attribute source_account.
167 168 169 |
# File 'sig/types.rbs', line 167 def source_account @source_account end |