Class: Aws::GroundStation::Types::ContactIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ContactIdResponse
- 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.
545 546 547 548 549 |
# File 'lib/aws-sdk-groundstation/types.rb', line 545 class ContactIdResponse < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |