Class: Aws::GroundStation::Types::GetAgentConfigurationRequest

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

#agent_idString

UUID of agent to get configuration information for.

Returns:

  • (String)


1989
1990
1991
1992
1993
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1989

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