Class: Aws::Types::CreateActionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def action_type
  @action_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def description
  @description
end

#metadata_propertiesTypes::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.

Returns:

  • (::Hash[::String, ::String])


1884
1885
1886
# File 'sig/types.rbs', line 1884

def properties
  @properties
end

#sourceTypes::ActionSource

Returns the value of attribute source.

Returns:



1880
1881
1882
# File 'sig/types.rbs', line 1880

def source
  @source
end

#status"Unknown", ...

Returns the value of attribute status.

Returns:

  • ("Unknown", "InProgress", "Completed", "Failed", "Stopping", "Stopped")


1883
1884
1885
# File 'sig/types.rbs', line 1883

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1886
1887
1888
# File 'sig/types.rbs', line 1886

def tags
  @tags
end