Class: Aws::Types::CreateDevicePoolRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def description
  @description
end

#max_devices::Integer

Returns the value of attribute max_devices.

Returns:

  • (::Integer)


65
66
67
# File 'sig/types.rbs', line 65

def max_devices
  @max_devices
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def name
  @name
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def project_arn
  @project_arn
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def rules
  @rules
end