Class: Aws::Types::ProtectedQuerySummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2937
2938
2939
# File 'sig/types.rbs', line 2937

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2934
2935
2936
# File 'sig/types.rbs', line 2934

def id
  @id
end

#intermediate_table_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def 
  @query_compute_payer_account_id
end

#receiver_configurations::Array[Types::ReceiverConfiguration]

Returns the value of attribute receiver_configurations.

Returns:



2939
2940
2941
# File 'sig/types.rbs', line 2939

def receiver_configurations
  @receiver_configurations
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "TIMED_OUT")


2938
2939
2940
# File 'sig/types.rbs', line 2938

def status
  @status
end