Class: Aws::Types::GetOperatorAppOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOperatorAppOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam ⇒ Types::IamAuthConfiguration
Returns the value of attribute iam.
-
#idc ⇒ Types::IdcAuthConfiguration
Returns the value of attribute idc.
-
#idp ⇒ Types::IdpAuthConfiguration
Returns the value of attribute idp.
-
#operator_app_url ⇒ ::String
Returns the value of attribute operator_app_url.
Instance Attribute Details
#iam ⇒ Types::IamAuthConfiguration
Returns the value of attribute iam.
676 677 678 |
# File 'sig/types.rbs', line 676 def iam @iam end |
#idc ⇒ Types::IdcAuthConfiguration
Returns the value of attribute idc.
677 678 679 |
# File 'sig/types.rbs', line 677 def idc @idc end |
#idp ⇒ Types::IdpAuthConfiguration
Returns the value of attribute idp.
678 679 680 |
# File 'sig/types.rbs', line 678 def idp @idp end |
#operator_app_url ⇒ ::String
Returns the value of attribute operator_app_url.
675 676 677 |
# File 'sig/types.rbs', line 675 def operator_app_url @operator_app_url end |