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.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def action_name @action_name end |
#action_type ⇒ ::String
Returns the value of attribute action_type.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def action_type @action_type end |
#description ⇒ ::String
Returns the value of attribute description.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def description @description end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def @metadata_properties end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def properties @properties end |
#source ⇒ Types::ActionSource
Returns the value of attribute source.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def source @source end |
#status ⇒ "Unknown", ...
Returns the value of attribute status.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def @tags end |