Class: Aws::Types::CreateDeviceFleetRequest

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)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def description
  @description
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def device_fleet_name
  @device_fleet_name
end

#enable_iot_role_aliasBoolean

Returns the value of attribute enable_iot_role_alias.

Returns:

  • (Boolean)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def enable_iot_role_alias
  @enable_iot_role_alias
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



2101
2102
2103
# File 'sig/types.rbs', line 2101

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2102
2103
2104
# File 'sig/types.rbs', line 2102

def tags
  @tags
end