Class: Aws::Types::StepAttributeCapability

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_of::Array[::String]

Returns the value of attribute all_of.

Returns:

  • (::Array[::String])


2909
2910
2911
# File 'sig/types.rbs', line 2909

def all_of
  @all_of
end

#any_of::Array[::String]

Returns the value of attribute any_of.

Returns:

  • (::Array[::String])


2908
2909
2910
# File 'sig/types.rbs', line 2908

def any_of
  @any_of
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2907
2908
2909
# File 'sig/types.rbs', line 2907

def name
  @name
end