Class: Aws::Types::ListConnectionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
-
#scope ⇒ "DOMAIN", "PROJECT"
Returns the value of attribute scope.
-
#sort_by ⇒ "NAME"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#type ⇒ "ATHENA", ...
Returns the value of attribute type.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3891 3892 3893 |
# File 'sig/types.rbs', line 3891 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
3897 3898 3899 |
# File 'sig/types.rbs', line 3897 def environment_identifier @environment_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
3896 3897 3898 |
# File 'sig/types.rbs', line 3896 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def next_token @next_token end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
3898 3899 3900 |
# File 'sig/types.rbs', line 3898 def project_identifier @project_identifier end |
#scope ⇒ "DOMAIN", "PROJECT"
Returns the value of attribute scope.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def scope @scope end |
#sort_by ⇒ "NAME"
Returns the value of attribute sort_by.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
3895 3896 3897 |
# File 'sig/types.rbs', line 3895 def sort_order @sort_order end |
#type ⇒ "ATHENA", ...
Returns the value of attribute type.
3899 3900 3901 |
# File 'sig/types.rbs', line 3899 def type @type end |