Class: Aws::Types::GetBackendResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amplify_feature_flags ⇒ ::String

Returns the value of attribute amplify_feature_flags.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def amplify_feature_flags
  @amplify_feature_flags
end

#amplify_meta_config ⇒ ::String

Returns the value of attribute amplify_meta_config.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def amplify_meta_config
  @amplify_meta_config
end

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def app_id
  @app_id
end

#app_name ⇒ ::String

Returns the value of attribute app_name.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def app_name
  @app_name
end

#backend_environment_list ⇒ ::Array[::String]

Returns the value of attribute backend_environment_list.

Returns:

  • (::Array[::String])


641
642
643
# File 'sig/types.rbs', line 641

def backend_environment_list
  @backend_environment_list
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def backend_environment_name
  @backend_environment_name
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def error
  @error
end