Class: Aws::Types::GetDeviceDefinitionVersionResponse

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)


751
752
753
# File 'sig/types.rbs', line 751

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def creation_timestamp
  @creation_timestamp
end

#definitionTypes::DeviceDefinitionVersion

Returns the value of attribute definition.



753
754
755
# File 'sig/types.rbs', line 753

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def id
  @id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def next_token
  @next_token
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def version
  @version
end