Class: Aws::Types::Method

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:



967
968
969
# File 'sig/types.rbs', line 967

def api_key_required
  @api_key_required
end

#authorization_scopes::Array[::String]

Returns the value of attribute authorization_scopes.

Returns:



974
975
976
# File 'sig/types.rbs', line 974

def authorization_scopes
  @authorization_scopes
end

#authorization_type::String

Returns the value of attribute authorization_type.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def authorization_type
  @authorization_type
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

def authorizer_id
  @authorizer_id
end

#http_method::String

Returns the value of attribute http_method.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def http_method
  @http_method
end

#method_integrationTypes::Integration

Returns the value of attribute method_integration.

Returns:



973
974
975
# File 'sig/types.rbs', line 973

def method_integration
  @method_integration
end

#method_responses::Hash[::String, Types::MethodResponse]

Returns the value of attribute method_responses.

Returns:



972
973
974
# File 'sig/types.rbs', line 972

def method_responses
  @method_responses
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:



969
970
971
# File 'sig/types.rbs', line 969

def operation_name
  @operation_name
end

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

Returns the value of attribute request_models.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def request_models
  @request_models
end

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

Returns the value of attribute request_parameters.

Returns:



970
971
972
# File 'sig/types.rbs', line 970

def request_parameters
  @request_parameters
end

#request_validator_id::String

Returns the value of attribute request_validator_id.

Returns:



968
969
970
# File 'sig/types.rbs', line 968

def request_validator_id
  @request_validator_id
end