Class: Aws::Types::ModifyAuthenticationProfileMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyAuthenticationProfileMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_profile_content ⇒ ::String
Returns the value of attribute authentication_profile_content.
-
#authentication_profile_name ⇒ ::String
Returns the value of attribute authentication_profile_name.
Instance Attribute Details
#authentication_profile_content ⇒ ::String
Returns the value of attribute authentication_profile_content.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def authentication_profile_content @authentication_profile_content end |
#authentication_profile_name ⇒ ::String
Returns the value of attribute authentication_profile_name.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def authentication_profile_name @authentication_profile_name end |