Class: Aws::GroundStation::Types::DescribeContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DescribeContactRequest
- 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.
Instance Attribute Details
#contact_id ⇒ String
UUID of a contact.
933 934 935 936 937 |
# File 'lib/aws-sdk-groundstation/types.rb', line 933 class DescribeContactRequest < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |