Class: Aws::Types::IdentityInfo
- Inherits:
-
Object
- Object
- Aws::Types::IdentityInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
-
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
-
#sending_enabled ⇒ Boolean
Returns the value of attribute sending_enabled.
-
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
Instance Attribute Details
#identity_name ⇒ ::String
Returns the value of attribute identity_name.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def identity_name @identity_name end |
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def identity_type @identity_type end |
#sending_enabled ⇒ Boolean
Returns the value of attribute sending_enabled.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def sending_enabled @sending_enabled end |
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def verification_status @verification_status end |