Class: Aws::Types::EnableOperatorAppOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def agent_space_id
  @agent_space_id
end

#iamTypes::IamAuthConfiguration

Returns the value of attribute iam.



549
550
551
# File 'sig/types.rbs', line 549

def iam
  @iam
end

#idcTypes::IdcAuthConfiguration

Returns the value of attribute idc.



550
551
552
# File 'sig/types.rbs', line 550

def idc
  @idc
end

#idpTypes::IdpAuthConfiguration

Returns the value of attribute idp.



551
552
553
# File 'sig/types.rbs', line 551

def idp
  @idp
end

#operator_app_url::String

Returns the value of attribute operator_app_url.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def operator_app_url
  @operator_app_url
end