Class: Aws::Types::CreatePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[("IssueCertificate" | "GetCertificate" | "ListPermissions")]
Returns the value of attribute actions.
-
#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
#actions ⇒ ::Array[("IssueCertificate" | "GetCertificate" | "ListPermissions")]
Returns the value of attribute actions.
118 119 120 |
# File 'sig/types.rbs', line 118 def actions @actions end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def @certificate_authority_arn end |
#principal ⇒ ::String
Returns the value of attribute principal.
116 117 118 |
# File 'sig/types.rbs', line 116 def principal @principal end |
#source_account ⇒ ::String
Returns the value of attribute source_account.
117 118 119 |
# File 'sig/types.rbs', line 117 def source_account @source_account end |