Class: Aws::Types::SecurityConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time_stamp::Time

Returns the value of attribute created_time_stamp.

Returns:

  • (::Time)


6890
6891
6892
# File 'sig/types.rbs', line 6890

def created_time_stamp
  @created_time_stamp
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



6891
6892
6893
# File 'sig/types.rbs', line 6891

def encryption_configuration
  @encryption_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6889
6890
6891
# File 'sig/types.rbs', line 6889

def name
  @name
end