Class: Aws::Types::UpdateBackendAuthReqObj
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendAuthReqObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_config ⇒ Types::UpdateBackendAuthResourceConfig
Returns the value of attribute resource_config.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#resource_config ⇒ Types::UpdateBackendAuthResourceConfig
Returns the value of attribute resource_config.
976 977 978 |
# File 'sig/types.rbs', line 976 def resource_config @resource_config end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
977 978 979 |
# File 'sig/types.rbs', line 977 def resource_name @resource_name end |