Class: Aws::Types::DescribeKeywordsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keywords::Array[Types::KeywordInformation]

Returns the value of attribute keywords.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def keywords
  @keywords
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def origination_identity_arn
  @origination_identity_arn
end