Class: Aws::Types::ContextSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContextSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_arn ⇒ ::String
Returns the value of attribute context_arn.
-
#context_name ⇒ ::String
Returns the value of attribute context_name.
-
#context_type ⇒ ::String
Returns the value of attribute context_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#source ⇒ Types::ContextSource
Returns the value of attribute source.
Instance Attribute Details
#context_arn ⇒ ::String
Returns the value of attribute context_arn.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def context_arn @context_arn end |
#context_name ⇒ ::String
Returns the value of attribute context_name.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def context_name @context_name end |
#context_type ⇒ ::String
Returns the value of attribute context_type.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def context_type @context_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def last_modified_time @last_modified_time end |
#source ⇒ Types::ContextSource
Returns the value of attribute source.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def source @source end |