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.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def id @id end |
#intermediate_table_configuration ⇒ Types::IntermediateTableOutputConfiguration
Returns the value of attribute intermediate_table_configuration.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def intermediate_table_configuration @intermediate_table_configuration end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def membership_id @membership_id end |
#query_compute_payer_account_id ⇒ ::String
Returns the value of attribute query_compute_payer_account_id.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def query_compute_payer_account_id @query_compute_payer_account_id end |
#receiver_configurations ⇒ ::Array[Types::ReceiverConfiguration]
Returns the value of attribute receiver_configurations.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def receiver_configurations @receiver_configurations end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def status @status end |