Class: Aws::Types::DescribeSearchResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSearchResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
-
#search_id ⇒ ::String
Returns the value of attribute search_id.
-
#search_type ⇒ "DEEP", "QUICK"
Returns the value of attribute search_type.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def group_id @group_id end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def query_statement @query_statement end |
#search_id ⇒ ::String
Returns the value of attribute search_id.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def search_id @search_id end |
#search_type ⇒ "DEEP", "QUICK"
Returns the value of attribute search_type.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def search_type @search_type end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def status_reason @status_reason end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def workspace_name @workspace_name end |