Class: Aws::Types::CreateDocumentationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDocumentationVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#documentation_version ⇒ ::String
Returns the value of attribute documentation_version.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
185 186 187 |
# File 'sig/types.rbs', line 185 def description @description end |
#documentation_version ⇒ ::String
Returns the value of attribute documentation_version.
183 184 185 |
# File 'sig/types.rbs', line 183 def documentation_version @documentation_version end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def rest_api_id @rest_api_id end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
184 185 186 |
# File 'sig/types.rbs', line 184 def stage_name @stage_name end |