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)


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

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#max_devices::Integer

Returns the value of attribute max_devices.

Returns:

  • (::Integer)


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

def max_devices
  @max_devices
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



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

def rules
  @rules
end

#type"CURATED", "PRIVATE"

Returns the value of attribute type.

Returns:

  • ("CURATED", "PRIVATE")


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

def type
  @type
end