Class: Aws::GroundStation::Types::UpdateContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UpdateContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
UUID of a contact.
-
#version_id ⇒ Integer
Version ID of a contact.
Instance Attribute Details
#contact_id ⇒ String
UUID of a contact.
4292 4293 4294 4295 4296 4297 |
# File 'lib/aws-sdk-groundstation/types.rb', line 4292 class UpdateContactResponse < Struct.new( :contact_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ Integer
Version ID of a contact.
4292 4293 4294 4295 4296 4297 |
# File 'lib/aws-sdk-groundstation/types.rb', line 4292 class UpdateContactResponse < Struct.new( :contact_id, :version_id) SENSITIVE = [] include Aws::Structure end |