Class: Aws::Types::EnableOperatorAppInput
- Inherits:
-
Object
- Object
- Aws::Types::EnableOperatorAppInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#auth_flow ⇒ "iam", ...
Returns the value of attribute auth_flow.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#idp_client_id ⇒ ::String
Returns the value of attribute idp_client_id.
-
#idp_client_secret ⇒ ::String
Returns the value of attribute idp_client_secret.
-
#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.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def agent_space_id @agent_space_id end |
#auth_flow ⇒ "iam", ...
Returns the value of attribute auth_flow.
536 537 538 |
# File 'sig/types.rbs', line 536 def auth_flow @auth_flow end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
538 539 540 |
# File 'sig/types.rbs', line 538 def idc_instance_arn @idc_instance_arn end |
#idp_client_id ⇒ ::String
Returns the value of attribute idp_client_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def idp_client_id @idp_client_id end |
#idp_client_secret ⇒ ::String
Returns the value of attribute idp_client_secret.
541 542 543 |
# File 'sig/types.rbs', line 541 def idp_client_secret @idp_client_secret end |
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
539 540 541 |
# File 'sig/types.rbs', line 539 def issuer_url @issuer_url end |
#operator_app_role_arn ⇒ ::String
Returns the value of attribute operator_app_role_arn.
537 538 539 |
# File 'sig/types.rbs', line 537 def operator_app_role_arn @operator_app_role_arn end |
#provider ⇒ ::String
Returns the value of attribute provider.
542 543 544 |
# File 'sig/types.rbs', line 542 def provider @provider end |