Class: Aws::Types::GetOpentdfConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOpentdfConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#provider ⇒ ::String
Returns the value of attribute provider.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
430 431 432 |
# File 'sig/types.rbs', line 430 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
432 433 434 |
# File 'sig/types.rbs', line 432 def client_secret @client_secret end |
#domain ⇒ ::String
Returns the value of attribute domain.
431 432 433 |
# File 'sig/types.rbs', line 431 def domain @domain end |
#provider ⇒ ::String
Returns the value of attribute provider.
433 434 435 |
# File 'sig/types.rbs', line 433 def provider @provider end |