Class: Aws::DataZone::Types::SelfGrantStatusDetail

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

Overview

The details for the self granting status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the database used for the data source.

Returns:

  • (String)


16878
16879
16880
16881
16882
16883
16884
16885
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878

class SelfGrantStatusDetail < Struct.new(
  :database_name,
  :failure_cause,
  :schema_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#failure_causeString

The reason for why the operation failed.

Returns:

  • (String)


16878
16879
16880
16881
16882
16883
16884
16885
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878

class SelfGrantStatusDetail < Struct.new(
  :database_name,
  :failure_cause,
  :schema_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema used in the data source.

Returns:

  • (String)


16878
16879
16880
16881
16882
16883
16884
16885
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878

class SelfGrantStatusDetail < Struct.new(
  :database_name,
  :failure_cause,
  :schema_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The self granting status of the data source.

Returns:

  • (String)


16878
16879
16880
16881
16882
16883
16884
16885
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16878

class SelfGrantStatusDetail < Struct.new(
  :database_name,
  :failure_cause,
  :schema_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end