Class: Aws::Types::DocumentationPartLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#method::String

Returns the value of attribute method.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def method
  @method
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


467
468
469
# File 'sig/types.rbs', line 467

def path
  @path
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def status_code
  @status_code
end

#type"API", ...

Returns the value of attribute type.

Returns:

  • ("API", "AUTHORIZER", "MODEL", "RESOURCE", "METHOD", "PATH_PARAMETER", "QUERY_PARAMETER", "REQUEST_HEADER", "REQUEST_BODY", "RESPONSE", "RESPONSE_HEADER", "RESPONSE_BODY")


466
467
468
# File 'sig/types.rbs', line 466

def type
  @type
end