Class: Aws::Types::FieldLevelEncryptionProfileSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def comment
  @comment
end

#encryption_entitiesTypes::EncryptionEntities

Returns the value of attribute encryption_entities.



1394
1395
1396
# File 'sig/types.rbs', line 1394

def encryption_entities
  @encryption_entities
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def name
  @name
end