Class: Aws::Types::FieldLevelEncryptionSummary

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)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def comment
  @comment
end

#content_type_profile_configTypes::ContentTypeProfileConfig

Returns the value of attribute content_type_profile_config.



1404
1405
1406
# File 'sig/types.rbs', line 1404

def content_type_profile_config
  @content_type_profile_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def last_modified_time
  @last_modified_time
end

#query_arg_profile_configTypes::QueryArgProfileConfig

Returns the value of attribute query_arg_profile_config.



1403
1404
1405
# File 'sig/types.rbs', line 1403

def query_arg_profile_config
  @query_arg_profile_config
end