Class: Aws::Types::CreateDocumentationPartRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::DocumentationPartLocation

Returns the value of attribute location.



176
177
178
# File 'sig/types.rbs', line 176

def location
  @location
end

#properties::String

Returns the value of attribute properties.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def properties
  @properties
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def rest_api_id
  @rest_api_id
end