Class: Aws::Types::IdentityInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#identity_name::String

Returns the value of attribute identity_name.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def identity_name
  @identity_name
end

#identity_type"EMAIL_ADDRESS", ...

Returns the value of attribute identity_type.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def identity_type
  @identity_type
end

#sending_enabledBoolean

Returns the value of attribute sending_enabled.

Returns:



390
391
392
# File 'sig/types.rbs', line 390

def sending_enabled
  @sending_enabled
end