Class: Aws::Types::PollForTaskInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def hostname
  @hostname
end

#instance_identityTypes::InstanceIdentity

Returns the value of attribute instance_identity.



201
202
203
# File 'sig/types.rbs', line 201

def instance_identity
  @instance_identity
end

#worker_group::String

Returns the value of attribute worker_group.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def worker_group
  @worker_group
end