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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


14016
14017
14018
14019
14020
14021
14022
14023
# File 'lib/aws-sdk-datazone/types.rb', line 14016

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)


14016
14017
14018
14019
14020
14021
14022
14023
# File 'lib/aws-sdk-datazone/types.rb', line 14016

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)


14016
14017
14018
14019
14020
14021
14022
14023
# File 'lib/aws-sdk-datazone/types.rb', line 14016

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)


14016
14017
14018
14019
14020
14021
14022
14023
# File 'lib/aws-sdk-datazone/types.rb', line 14016

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