Class: Aws::Types::Permission
- Inherits:
-
Object
- Object
- Aws::Types::Permission
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#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.
424 425 426 |
# File 'sig/types.rbs', line 424 def actions @actions end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
420 421 422 |
# File 'sig/types.rbs', line 420 def @certificate_authority_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
421 422 423 |
# File 'sig/types.rbs', line 421 def created_at @created_at end |
#policy ⇒ ::String
Returns the value of attribute policy.
425 426 427 |
# File 'sig/types.rbs', line 425 def policy @policy end |
#principal ⇒ ::String
Returns the value of attribute principal.
422 423 424 |
# File 'sig/types.rbs', line 422 def principal @principal end |
#source_account ⇒ ::String
Returns the value of attribute source_account.
423 424 425 |
# File 'sig/types.rbs', line 423 def source_account @source_account end |