Class: Aws::Types::CreateDocumentationVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def description
  @description
end

#documentation_version::String

Returns the value of attribute documentation_version.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def stage_name
  @stage_name
end