Class: Aws::Types::DevicePool

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def description
  @description
end

#max_devices::Integer

Returns the value of attribute max_devices.

Returns:

  • (::Integer)


332
333
334
# File 'sig/types.rbs', line 332

def max_devices
  @max_devices
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def name
  @name
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def rules
  @rules
end

#type"CURATED", "PRIVATE"

Returns the value of attribute type.

Returns:

  • ("CURATED", "PRIVATE")


330
331
332
# File 'sig/types.rbs', line 330

def type
  @type
end