Class: Aws::Types::CdnAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CdnAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdn_identifier_secret_arns ⇒ ::Array[::String]
Returns the value of attribute cdn_identifier_secret_arns.
-
#secrets_role_arn ⇒ ::String
Returns the value of attribute secrets_role_arn.
Instance Attribute Details
#cdn_identifier_secret_arns ⇒ ::Array[::String]
Returns the value of attribute cdn_identifier_secret_arns.
29 30 31 |
# File 'sig/types.rbs', line 29 def cdn_identifier_secret_arns @cdn_identifier_secret_arns end |
#secrets_role_arn ⇒ ::String
Returns the value of attribute secrets_role_arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def secrets_role_arn @secrets_role_arn end |