Class: Aws::Types::SecurityConfigurationData
- Inherits:
-
Object
- Object
- Aws::Types::SecurityConfigurationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
-
#authorization_configuration ⇒ Types::AuthorizationConfiguration
Returns the value of attribute authorization_configuration.
Instance Attribute Details
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
587 588 589 |
# File 'sig/types.rbs', line 587 def authentication_configuration @authentication_configuration end |
#authorization_configuration ⇒ Types::AuthorizationConfiguration
Returns the value of attribute authorization_configuration.
586 587 588 |
# File 'sig/types.rbs', line 586 def @authorization_configuration end |