Class: Aws::Types::FieldLevelEncryptionProfileConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caller_reference::String

Returns the value of attribute caller_reference.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def caller_reference
  @caller_reference
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def comment
  @comment
end

#encryption_entitiesTypes::EncryptionEntities

Returns the value of attribute encryption_entities.



1368
1369
1370
# File 'sig/types.rbs', line 1368

def encryption_entities
  @encryption_entities
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def name
  @name
end