Class: Aws::GroundStation::Types::UpdateContactResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

UUID of a contact.

Returns:

  • (String)


4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4292

class UpdateContactResponse < Struct.new(
  :contact_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idInteger

Version ID of a contact.

Returns:

  • (Integer)


4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 4292

class UpdateContactResponse < Struct.new(
  :contact_id,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end