Class: Aws::Types::BackendAPIResourceConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_auth_types ⇒ ::Array[Types::BackendAPIAuthType]

Returns the value of attribute additional_auth_types.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def additional_auth_types
  @additional_auth_types
end

#api_name ⇒ ::String

Returns the value of attribute api_name.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def api_name
  @api_name
end

#conflict_resolution ⇒ Types::BackendAPIConflictResolution

Returns the value of attribute conflict_resolution.



58
59
60
# File 'sig/types.rbs', line 58

def conflict_resolution
  @conflict_resolution
end

#default_auth_type ⇒ Types::BackendAPIAuthType

Returns the value of attribute default_auth_type.



59
60
61
# File 'sig/types.rbs', line 59

def default_auth_type
  @default_auth_type
end

#service ⇒ ::String

Returns the value of attribute service.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def service
  @service
end

#transform_schema ⇒ ::String

Returns the value of attribute transform_schema.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def transform_schema
  @transform_schema
end