Class: Aws::Types::GetDocumentationPartsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentationPartsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#location_status ⇒ "DOCUMENTED", "UNDOCUMENTED"
Returns the value of attribute location_status.
-
#name_query ⇒ ::String
Returns the value of attribute name_query.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#position ⇒ ::String
Returns the value of attribute position.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#type ⇒ "API", ...
Returns the value of attribute type.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
671 672 673 |
# File 'sig/types.rbs', line 671 def limit @limit end |
#location_status ⇒ "DOCUMENTED", "UNDOCUMENTED"
Returns the value of attribute location_status.
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.
668 669 670 |
# File 'sig/types.rbs', line 668 def name_query @name_query end |
#path ⇒ ::String
Returns the value of attribute path.
669 670 671 |
# File 'sig/types.rbs', line 669 def path @path end |
#position ⇒ ::String
Returns the value of attribute position.
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.
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.
667 668 669 |
# File 'sig/types.rbs', line 667 def type @type end |