Class: Aws::Types::DescribeKeywordsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKeywordsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keywords ⇒ ::Array[Types::KeywordInformation]
Returns the value of attribute keywords.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
Instance Attribute Details
#keywords ⇒ ::Array[Types::KeywordInformation]
Returns the value of attribute keywords.
752 753 754 |
# File 'sig/types.rbs', line 752 def keywords @keywords end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
753 754 755 |
# File 'sig/types.rbs', line 753 def next_token @next_token end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
751 752 753 |
# File 'sig/types.rbs', line 751 def origination_identity @origination_identity end |
#origination_identity_arn ⇒ ::String
Returns the value of attribute origination_identity_arn.
750 751 752 |
# File 'sig/types.rbs', line 750 def origination_identity_arn @origination_identity_arn end |