Class: Aws::Types::ListDataSourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_identifier ⇒ ::String
Returns the value of attribute connection_identifier.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#connection_identifier ⇒ ::String
Returns the value of attribute connection_identifier.
3958 3959 3960 |
# File 'sig/types.rbs', line 3958 def connection_identifier @connection_identifier end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3955 3956 3957 |
# File 'sig/types.rbs', line 3955 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
3957 3958 3959 |
# File 'sig/types.rbs', line 3957 def environment_identifier @environment_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3963 3964 3965 |
# File 'sig/types.rbs', line 3963 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
3961 3962 3963 |
# File 'sig/types.rbs', line 3961 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3962 3963 3964 |
# File 'sig/types.rbs', line 3962 def next_token @next_token end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
3956 3957 3958 |
# File 'sig/types.rbs', line 3956 def project_identifier @project_identifier end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
3960 3961 3962 |
# File 'sig/types.rbs', line 3960 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
3959 3960 3961 |
# File 'sig/types.rbs', line 3959 def type @type end |