Class: Aws::Types::IdpAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IdpAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
-
#operator_app_role_arn ⇒ ::String
Returns the value of attribute operator_app_role_arn.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
808 809 810 |
# File 'sig/types.rbs', line 808 def client_id @client_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
811 812 813 |
# File 'sig/types.rbs', line 811 def created_at @created_at end |
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
807 808 809 |
# File 'sig/types.rbs', line 807 def issuer_url @issuer_url end |
#operator_app_role_arn ⇒ ::String
Returns the value of attribute operator_app_role_arn.
809 810 811 |
# File 'sig/types.rbs', line 809 def operator_app_role_arn @operator_app_role_arn end |
#provider ⇒ ::String
Returns the value of attribute provider.
810 811 812 |
# File 'sig/types.rbs', line 810 def provider @provider end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
812 813 814 |
# File 'sig/types.rbs', line 812 def updated_at @updated_at end |