Class: Aws::Types::DescribeActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#action_type ⇒ ::String
Returns the value of attribute action_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.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#source ⇒ Types::ActionSource
Returns the value of attribute source.
-
#status ⇒ "Unknown", ...
Returns the value of attribute status.
Instance Attribute Details
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
3765 3766 3767 |
# File 'sig/types.rbs', line 3765 def action_arn @action_arn end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
3764 3765 3766 |
# File 'sig/types.rbs', line 3764 def action_name @action_name end |
#action_type ⇒ ::String
Returns the value of attribute action_type.
3767 3768 3769 |
# File 'sig/types.rbs', line 3767 def action_type @action_type end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
3772 3773 3774 |
# File 'sig/types.rbs', line 3772 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
3768 3769 3770 |
# File 'sig/types.rbs', line 3768 def description @description end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
3774 3775 3776 |
# File 'sig/types.rbs', line 3774 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3773 3774 3775 |
# File 'sig/types.rbs', line 3773 def last_modified_time @last_modified_time end |
#lineage_group_arn ⇒ ::String
Returns the value of attribute lineage_group_arn.
3776 3777 3778 |
# File 'sig/types.rbs', line 3776 def lineage_group_arn @lineage_group_arn end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
3775 3776 3777 |
# File 'sig/types.rbs', line 3775 def @metadata_properties end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def properties @properties end |
#source ⇒ Types::ActionSource
Returns the value of attribute source.
3766 3767 3768 |
# File 'sig/types.rbs', line 3766 def source @source end |
#status ⇒ "Unknown", ...
Returns the value of attribute status.
3769 3770 3771 |
# File 'sig/types.rbs', line 3769 def status @status end |