Class: Aws::Types::Authorization
- Inherits:
-
Object
- Object
- Aws::Types::Authorization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdn_identifier_secret ⇒ ::String
Returns the value of attribute cdn_identifier_secret.
-
#secrets_role_arn ⇒ ::String
Returns the value of attribute secrets_role_arn.
Instance Attribute Details
#cdn_identifier_secret ⇒ ::String
Returns the value of attribute cdn_identifier_secret.
53 54 55 |
# File 'sig/types.rbs', line 53 def cdn_identifier_secret @cdn_identifier_secret end |
#secrets_role_arn ⇒ ::String
Returns the value of attribute secrets_role_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def secrets_role_arn @secrets_role_arn end |