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)


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.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def action_type
  @action_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def description
  @description
end

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

Returns:

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


1869
1870
1871
# File 'sig/types.rbs', line 1869

def properties
  @properties
end

#sourceTypes::ActionSource

Returns the value of attribute source.

Returns:



1865
1866
1867
# File 'sig/types.rbs', line 1865

def source
  @source
end

#status"Unknown", ...

Returns the value of attribute status.

Returns:

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


1868
1869
1870
# File 'sig/types.rbs', line 1868

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1871
1872
1873
# File 'sig/types.rbs', line 1871

def tags
  @tags
end