Class: Aws::Types::ContentDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::ContentDataDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ranking_data ⇒ Types::RankingData
Returns the value of attribute ranking_data.
-
#text_data ⇒ Types::TextData
Returns the value of attribute text_data.
Instance Attribute Details
#ranking_data ⇒ Types::RankingData
Returns the value of attribute ranking_data.
518 519 520 |
# File 'sig/types.rbs', line 518 def ranking_data @ranking_data end |
#text_data ⇒ Types::TextData
Returns the value of attribute text_data.
517 518 519 |
# File 'sig/types.rbs', line 517 def text_data @text_data end |