Class: Aws::Types::FeaturedDocumentWithMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FeaturedDocumentWithMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def id @id end |
#title ⇒ ::String
Returns the value of attribute title.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def title @title end |
#uri ⇒ ::String
Returns the value of attribute uri.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def uri @uri end |