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)


2115
2116
2117
# File 'sig/types.rbs', line 2115

def description
  @description
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def device_fleet_name
  @device_fleet_name
end

#enable_iot_role_aliasBoolean

Returns the value of attribute enable_iot_role_alias.

Returns:

  • (Boolean)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def enable_iot_role_alias
  @enable_iot_role_alias
end

#output_configTypes::EdgeOutputConfig

Returns the value of attribute output_config.



2116
2117
2118
# File 'sig/types.rbs', line 2116

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2117
2118
2119
# File 'sig/types.rbs', line 2117

def tags
  @tags
end