Class: Aws::Types::CreateDeviceDefinitionVersionResponse

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)


207
208
209
# File 'sig/types.rbs', line 207

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def creation_timestamp
  @creation_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def id
  @id
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def version
  @version
end