Class: Aws::Types::BackendConfigRespObj

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)


100
101
102
# File 'sig/types.rbs', line 100

def app_id
  @app_id
end

#backend_manager_app_id ⇒ ::String

Returns the value of attribute backend_manager_app_id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def backend_manager_app_id
  @backend_manager_app_id
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def error
  @error
end

#login_auth_config ⇒ Types::LoginAuthConfigReqObj

Returns the value of attribute login_auth_config.



103
104
105
# File 'sig/types.rbs', line 103

def 
  @login_auth_config
end