Class: Aws::Types::GetDataExportConfigurationOutput

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)


2605
2606
2607
# File 'sig/types.rbs', line 2605

def created_at
  @created_at
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



2603
2604
2605
# File 'sig/types.rbs', line 2603

def encryption_configuration
  @encryption_configuration
end

#is_export_enabledBoolean

Returns the value of attribute is_export_enabled.

Returns:

  • (Boolean)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def is_export_enabled
  @is_export_enabled
end

#s3_table_bucket_arn::String

Returns the value of attribute s3_table_bucket_arn.

Returns:

  • (::String)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def s3_table_bucket_arn
  @s3_table_bucket_arn
end

#status"COMPLETED", "FAILED"

Returns the value of attribute status.

Returns:

  • ("COMPLETED", "FAILED")


2602
2603
2604
# File 'sig/types.rbs', line 2602

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2606
2607
2608
# File 'sig/types.rbs', line 2606

def updated_at
  @updated_at
end