Class: Aws::Types::DescribeContextResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContextResponse
- 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.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#source ⇒ Types::ContextSource
Returns the value of attribute source.
Instance Attribute Details
#context_arn ⇒ ::String
Returns the value of attribute context_arn.
4087 4088 4089 |
# File 'sig/types.rbs', line 4087 def context_arn @context_arn end |
#context_name ⇒ ::String
Returns the value of attribute context_name.
4086 4087 4088 |
# File 'sig/types.rbs', line 4086 def context_name @context_name end |
#context_type ⇒ ::String
Returns the value of attribute context_type.
4089 4090 4091 |
# File 'sig/types.rbs', line 4089 def context_type @context_type end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4093 4094 4095 |
# File 'sig/types.rbs', line 4093 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4092 4093 4094 |
# File 'sig/types.rbs', line 4092 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4090 4091 4092 |
# File 'sig/types.rbs', line 4090 def description @description end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4095 4096 4097 |
# File 'sig/types.rbs', line 4095 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
4096 4097 4098 |
# File 'sig/types.rbs', line 4096 def lineage_group_arn @lineage_group_arn end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4091 4092 4093 |
# File 'sig/types.rbs', line 4091 def properties @properties end |
#source ⇒ Types::ContextSource
Returns the value of attribute source.
4088 4089 4090 |
# File 'sig/types.rbs', line 4088 def source @source end |