Class: Aws::Types::Assertion
- Inherits:
-
Object
- Object
- Aws::Types::Assertion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#source ⇒ "AI_GENERATED", "USER"
Returns the value of attribute source.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def assertion_id @assertion_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
36 37 38 |
# File 'sig/types.rbs', line 36 def created_at @created_at end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
32 33 34 |
# File 'sig/types.rbs', line 32 def service_arn @service_arn end |
#source ⇒ "AI_GENERATED", "USER"
Returns the value of attribute source.
35 36 37 |
# File 'sig/types.rbs', line 35 def source @source end |
#text ⇒ ::String
Returns the value of attribute text.
34 35 36 |
# File 'sig/types.rbs', line 34 def text @text end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
37 38 39 |
# File 'sig/types.rbs', line 37 def updated_at @updated_at end |