Class: Aws::GroundStation::Types::DescribeContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DescribeContactRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Input for the DescribeContact operation.
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.
1349 1350 1351 1352 1353 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1349 class DescribeContactRequest < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |