Class: Aws::GroundStation::Types::GetMissionProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_post_pass_duration_secondsInteger

Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

Returns:

  • (Integer)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#contact_pre_pass_duration_secondsInteger

Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

Returns:

  • (Integer)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#dataflow_edgesArray<Array<String>>

A list of lists of ARNs. Each list of ARNs is an edge, with a from ‘Config` and a to `Config`.

Returns:

  • (Array<Array<String>>)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_viable_contact_duration_secondsInteger

Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.

Returns:

  • (Integer)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#mission_profile_arnString

ARN of a mission profile.

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#mission_profile_idString

UUID of a mission profile.

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of a mission profile.

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Region of a mission profile.

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#streams_kms_keyTypes::KmsKey

KMS key to use for encrypting streams.

Returns:



2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#streams_kms_roleString

Role to use for encrypting streams with KMS key.

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to a mission profile.

Returns:

  • (Hash<String,String>)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_config_arnString

ARN of a tracking ‘Config`.

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
# File 'lib/aws-sdk-groundstation/types.rb', line 2284

class GetMissionProfileResponse < Struct.new(
  :mission_profile_id,
  :mission_profile_arn,
  :name,
  :region,
  :contact_pre_pass_duration_seconds,
  :contact_post_pass_duration_seconds,
  :minimum_viable_contact_duration_seconds,
  :dataflow_edges,
  :tracking_config_arn,
  :tags,
  :streams_kms_key,
  :streams_kms_role)
  SENSITIVE = []
  include Aws::Structure
end