Class: Aws::Types::GetMethodResponseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def http_method
  @http_method
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def resource_id
  @resource_id
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def rest_api_id
  @rest_api_id
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def status_code
  @status_code
end