Class: Aws::GroundStation::Types::DescribeContactVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DescribeContactVersionRequest
- 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.
1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1489 class DescribeContactVersionRequest < Struct.new( :contact_id, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ Integer
Version ID of a contact.
1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1489 class DescribeContactVersionRequest < Struct.new( :contact_id, :version_id) SENSITIVE = [] include Aws::Structure end |