Class: Aws::Types::GetDataCatalogExportConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3473
3474
3475
# File 'sig/types.rbs', line 3473

def created_at
  @created_at
end

#encryption_configurationTypes::ExportEncryptionConfiguration

Returns the value of attribute encryption_configuration.



3471
3472
3473
# File 'sig/types.rbs', line 3471

def encryption_configuration
  @encryption_configuration
end

#export_setting"ENABLED", "DISABLED"

Returns the value of attribute export_setting.

Returns:

  • ("ENABLED", "DISABLED")


3469
3470
3471
# File 'sig/types.rbs', line 3469

def export_setting
  @export_setting
end

#s3_table_bucket_arn::String

Returns the value of attribute s3_table_bucket_arn.

Returns:

  • (::String)


3472
3473
3474
# File 'sig/types.rbs', line 3472

def s3_table_bucket_arn
  @s3_table_bucket_arn
end

#status"ENABLING", ...

Returns the value of attribute status.

Returns:

  • ("ENABLING", "ENABLED", "DISABLING", "DISABLED", "FAILED")


3470
3471
3472
# File 'sig/types.rbs', line 3470

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3474
3475
3476
# File 'sig/types.rbs', line 3474

def updated_at
  @updated_at
end