Class: Aws::Types::CreateActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#action_type ⇒ ::String
Returns the value of attribute action_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def action_name @action_name end |
#action_type ⇒ ::String
Returns the value of attribute action_type.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def action_type @action_type end |
#description ⇒ ::String
Returns the value of attribute description.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def description @description end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def @metadata_properties end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def properties @properties end |
#source ⇒ Types::ActionSource
Returns the value of attribute source.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def source @source end |
#status ⇒ "Unknown", ...
Returns the value of attribute status.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def @tags end |