Class: Aws::Types::UpdateBackendConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def app_id
  @app_id
end

#backend_manager_app_id ⇒ ::String

Returns the value of attribute backend_manager_app_id.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def backend_manager_app_id
  @backend_manager_app_id
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def error
  @error
end

#login_auth_config ⇒ Types::LoginAuthConfigReqObj

Returns the value of attribute login_auth_config.



1038
1039
1040
# File 'sig/types.rbs', line 1038

def 
  @login_auth_config
end