Class: Aws::Types::CustomConnectorProfileProperties
- Inherits:
-
Object
- Object
- Aws::Types::CustomConnectorProfileProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#o_auth_2_properties ⇒ Types::OAuth2Properties
Returns the value of attribute o_auth_2_properties.
-
#profile_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute profile_properties.
Instance Attribute Details
#o_auth_2_properties ⇒ Types::OAuth2Properties
Returns the value of attribute o_auth_2_properties.
371 372 373 |
# File 'sig/types.rbs', line 371 def o_auth_2_properties @o_auth_2_properties end |
#profile_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute profile_properties.
370 371 372 |
# File 'sig/types.rbs', line 370 def profile_properties @profile_properties end |