Module: Aws::GroundStation::Client::_GetMissionProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMissionProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contact_post_pass_duration_seconds ⇒ ::Integer
- #contact_pre_pass_duration_seconds ⇒ ::Integer
- #dataflow_edges ⇒ ::Array[::Array[::String]]
- #minimum_viable_contact_duration_seconds ⇒ ::Integer
- #mission_profile_arn ⇒ ::String
- #mission_profile_id ⇒ ::String
- #name ⇒ ::String
- #region ⇒ ::String
- #streams_kms_key ⇒ Types::KmsKey
- #streams_kms_role ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #telemetry_sink_config_arn ⇒ ::String
- #tracking_config_arn ⇒ ::String
Instance Method Details
#contact_post_pass_duration_seconds ⇒ ::Integer
481 |
# File 'sig/client.rbs', line 481
def contact_post_pass_duration_seconds: () -> ::Integer
|
#contact_pre_pass_duration_seconds ⇒ ::Integer
480 |
# File 'sig/client.rbs', line 480
def contact_pre_pass_duration_seconds: () -> ::Integer
|
#dataflow_edges ⇒ ::Array[::Array[::String]]
483 |
# File 'sig/client.rbs', line 483
def dataflow_edges: () -> ::Array[::Array[::String]]
|
#minimum_viable_contact_duration_seconds ⇒ ::Integer
482 |
# File 'sig/client.rbs', line 482
def minimum_viable_contact_duration_seconds: () -> ::Integer
|
#mission_profile_arn ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def mission_profile_arn: () -> ::String
|
#mission_profile_id ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def mission_profile_id: () -> ::String
|
#name ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def name: () -> ::String
|
#region ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def region: () -> ::String
|
#streams_kms_key ⇒ Types::KmsKey
487 |
# File 'sig/client.rbs', line 487
def streams_kms_key: () -> Types::KmsKey
|
#streams_kms_role ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def streams_kms_role: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
486 |
# File 'sig/client.rbs', line 486
def tags: () -> ::Hash[::String, ::String]
|
#telemetry_sink_config_arn ⇒ ::String
485 |
# File 'sig/client.rbs', line 485
def telemetry_sink_config_arn: () -> ::String
|
#tracking_config_arn ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def tracking_config_arn: () -> ::String
|