Class: Aws::Types::GetDocumentationPartsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


671
672
673
# File 'sig/types.rbs', line 671

def limit
  @limit
end

#location_status"DOCUMENTED", "UNDOCUMENTED"

Returns the value of attribute location_status.

Returns:

  • ("DOCUMENTED", "UNDOCUMENTED")


672
673
674
# File 'sig/types.rbs', line 672

def location_status
  @location_status
end

#name_query::String

Returns the value of attribute name_query.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def name_query
  @name_query
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def path
  @path
end

#position::String

Returns the value of attribute position.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def position
  @position
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def rest_api_id
  @rest_api_id
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")


667
668
669
# File 'sig/types.rbs', line 667

def type
  @type
end