Class: Aws::Types::DocumentationPart

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def id
  @id
end

#locationTypes::DocumentationPartLocation

Returns the value of attribute location.



454
455
456
# File 'sig/types.rbs', line 454

def location
  @location
end

#properties::String

Returns the value of attribute properties.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def properties
  @properties
end