Class: Aws::Types::FeaturedDocumentWithMetadata

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)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def id
  @id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def title
  @title
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def uri
  @uri
end