Class: Aws::Types::QueryGraphInput
- Inherits:
-
Object
- Object
- Aws::Types::QueryGraphInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::AdditionalAttributes
Returns the value of attribute additional_attributes.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#match ⇒ ::Array[Types::MatchClause]
Returns the value of attribute match.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#additional_attributes ⇒ Types::AdditionalAttributes
Returns the value of attribute additional_attributes.
5083 5084 5085 |
# File 'sig/types.rbs', line 5083 def additional_attributes @additional_attributes end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5079 5080 5081 |
# File 'sig/types.rbs', line 5079 def domain_identifier @domain_identifier end |
#match ⇒ ::Array[Types::MatchClause]
Returns the value of attribute match.
5080 5081 5082 |
# File 'sig/types.rbs', line 5080 def match @match end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5081 5082 5083 |
# File 'sig/types.rbs', line 5081 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5082 5083 5084 |
# File 'sig/types.rbs', line 5082 def next_token @next_token end |