Class: Aws::Types::GetOperatorAppOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iamTypes::IamAuthConfiguration

Returns the value of attribute iam.



676
677
678
# File 'sig/types.rbs', line 676

def iam
  @iam
end

#idcTypes::IdcAuthConfiguration

Returns the value of attribute idc.



677
678
679
# File 'sig/types.rbs', line 677

def idc
  @idc
end

#idpTypes::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.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def operator_app_url
  @operator_app_url
end