Class: Aws::Types::CreateDeviceDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def amzn_client_token
  @amzn_client_token
end

#initial_versionTypes::DeviceDefinitionVersion

Returns the value of attribute initial_version.



182
183
184
# File 'sig/types.rbs', line 182

def initial_version
  @initial_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


184
185
186
# File 'sig/types.rbs', line 184

def tags
  @tags
end