Class: Aws::Types::BackendAPIResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::BackendAPIResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_auth_types ⇒ ::Array[Types::BackendAPIAuthType]
Returns the value of attribute additional_auth_types.
-
#api_name ⇒ ::String
Returns the value of attribute api_name.
-
#conflict_resolution ⇒ Types::BackendAPIConflictResolution
Returns the value of attribute conflict_resolution.
-
#default_auth_type ⇒ Types::BackendAPIAuthType
Returns the value of attribute default_auth_type.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#transform_schema ⇒ ::String
Returns the value of attribute transform_schema.
Instance Attribute Details
#additional_auth_types ⇒ ::Array[Types::BackendAPIAuthType]
Returns the value of attribute additional_auth_types.
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.
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.
60 61 62 |
# File 'sig/types.rbs', line 60 def service @service end |
#transform_schema ⇒ ::String
Returns the value of attribute transform_schema.
61 62 63 |
# File 'sig/types.rbs', line 61 def transform_schema @transform_schema end |