Class: Aws::Types::ProtectedQuerySummary
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQuerySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#intermediate_table_configuration ⇒ Types::IntermediateTableOutputConfiguration
Returns the value of attribute intermediate_table_configuration.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#query_compute_payer_account_id ⇒ ::String
Returns the value of attribute query_compute_payer_account_id.
-
#receiver_configurations ⇒ ::Array[Types::ReceiverConfiguration]
Returns the value of attribute receiver_configurations.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2934 2935 2936 |
# File 'sig/types.rbs', line 2934 def id @id end |
#intermediate_table_configuration ⇒ Types::IntermediateTableOutputConfiguration
Returns the value of attribute intermediate_table_configuration.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def intermediate_table_configuration @intermediate_table_configuration end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def membership_id @membership_id end |
#query_compute_payer_account_id ⇒ ::String
Returns the value of attribute query_compute_payer_account_id.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def query_compute_payer_account_id @query_compute_payer_account_id end |
#receiver_configurations ⇒ ::Array[Types::ReceiverConfiguration]
Returns the value of attribute receiver_configurations.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def receiver_configurations @receiver_configurations end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def status @status end |