Class: Aws::Types::Action

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arguments::Hash[::String, ::String]

Returns the value of attribute arguments.

Returns:

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


18
19
20
# File 'sig/types.rbs', line 18

def arguments
  @arguments
end

#crawler_name::String

Returns the value of attribute crawler_name.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def crawler_name
  @crawler_name
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def job_name
  @job_name
end

#notification_propertyTypes::NotificationProperty

Returns the value of attribute notification_property.



21
22
23
# File 'sig/types.rbs', line 21

def notification_property
  @notification_property
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def security_configuration
  @security_configuration
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


19
20
21
# File 'sig/types.rbs', line 19

def timeout
  @timeout
end