Class: Aws::DataExchange::Types::DataGrantSummaryEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Information about a data grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_stateString

The acceptance state of the data grant.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#accepted_atTime

The timestamp of when the data grant was accepted.

Returns:

  • (Time)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the data grant.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp of when the data grant was created.

Returns:

  • (Time)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The ID of the data set associated to the data grant.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ends_atTime

The timestamp of when access to the associated data set ends.

Returns:

  • (Time)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the data grant.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data grant.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#receiver_principalString

The Amazon Web Services account ID of the data grant receiver.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#sender_principalString

The Amazon Web Services account ID of the data grant sender.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#source_data_set_idString

The ID of the data set used to create the data grant.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the data grant was last updated.

Returns:

  • (Time)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 970

class DataGrantSummaryEntry < Struct.new(
  :name,
  :sender_principal,
  :receiver_principal,
  :acceptance_state,
  :accepted_at,
  :ends_at,
  :data_set_id,
  :source_data_set_id,
  :id,
  :arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end