Class: Aws::Types::PutMethodRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_requiredBoolean

Returns the value of attribute api_key_required.

Returns:



1096
1097
1098
# File 'sig/types.rbs', line 1096

def api_key_required
  @api_key_required
end

#authorization_scopes::Array[::String]

Returns the value of attribute authorization_scopes.

Returns:



1101
1102
1103
# File 'sig/types.rbs', line 1101

def authorization_scopes
  @authorization_scopes
end

#authorization_type::String

Returns the value of attribute authorization_type.

Returns:



1094
1095
1096
# File 'sig/types.rbs', line 1094

def authorization_type
  @authorization_type
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:



1095
1096
1097
# File 'sig/types.rbs', line 1095

def authorizer_id
  @authorizer_id
end

#http_method::String

Returns the value of attribute http_method.

Returns:



1093
1094
1095
# File 'sig/types.rbs', line 1093

def http_method
  @http_method
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:



1097
1098
1099
# File 'sig/types.rbs', line 1097

def operation_name
  @operation_name
end

#request_models::Hash[::String, ::String]

Returns the value of attribute request_models.

Returns:



1099
1100
1101
# File 'sig/types.rbs', line 1099

def request_models
  @request_models
end

#request_parameters::Hash[::String, bool]

Returns the value of attribute request_parameters.

Returns:



1098
1099
1100
# File 'sig/types.rbs', line 1098

def request_parameters
  @request_parameters
end

#request_validator_id::String

Returns the value of attribute request_validator_id.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def request_validator_id
  @request_validator_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



1092
1093
1094
# File 'sig/types.rbs', line 1092

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def rest_api_id
  @rest_api_id
end