Class: Aws::GroundStation::Types::DescribeContactRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

UUID of a contact.

Returns:

  • (String)


1125
1126
1127
1128
1129
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1125

class DescribeContactRequest < Struct.new(
  :contact_id)
  SENSITIVE = []
  include Aws::Structure
end