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)


2964
2965
2966
# File 'sig/types.rbs', line 2964

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2961
2962
2963
# File 'sig/types.rbs', line 2961

def id
  @id
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2967
2968
2969
# File 'sig/types.rbs', line 2967

def 
  @query_compute_payer_account_id
end

#receiver_configurations::Array[Types::ReceiverConfiguration]

Returns the value of attribute receiver_configurations.

Returns:



2966
2967
2968
# File 'sig/types.rbs', line 2966

def receiver_configurations
  @receiver_configurations
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


2965
2966
2967
# File 'sig/types.rbs', line 2965

def status
  @status
end