Class: Aws::Types::EncryptionEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_patternsTypes::FieldPatterns

Returns the value of attribute field_patterns.



1289
1290
1291
# File 'sig/types.rbs', line 1289

def field_patterns
  @field_patterns
end

#provider_id::String

Returns the value of attribute provider_id.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def provider_id
  @provider_id
end

#public_key_id::String

Returns the value of attribute public_key_id.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def public_key_id
  @public_key_id
end