Class: Aws::Types::PutDataExportConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5032
5033
5034
# File 'sig/types.rbs', line 5032

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5029
5030
5031
# File 'sig/types.rbs', line 5029

def domain_identifier
  @domain_identifier
end

#enable_exportBoolean

Returns the value of attribute enable_export.

Returns:

  • (Boolean)


5030
5031
5032
# File 'sig/types.rbs', line 5030

def enable_export
  @enable_export
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



5031
5032
5033
# File 'sig/types.rbs', line 5031

def encryption_configuration
  @encryption_configuration
end