Class: Aws::Types::DocumentationPartLocation
- Inherits:
-
Object
- Object
- Aws::Types::DocumentationPartLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#method ⇒ ::String
Returns the value of attribute method.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
-
#type ⇒ "API", ...
Returns the value of attribute type.
Instance Attribute Details
#method ⇒ ::String
Returns the value of attribute method.
468 469 470 |
# File 'sig/types.rbs', line 468 def method @method end |
#name ⇒ ::String
Returns the value of attribute name.
470 471 472 |
# File 'sig/types.rbs', line 470 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
467 468 469 |
# File 'sig/types.rbs', line 467 def path @path end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
469 470 471 |
# File 'sig/types.rbs', line 469 def status_code @status_code end |
#type ⇒ "API", ...
Returns the value of attribute type.
466 467 468 |
# File 'sig/types.rbs', line 466 def type @type end |