Class: Aws::Types::GetProviderServiceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetProviderServiceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anonymized_output ⇒ Boolean
Returns the value of attribute anonymized_output.
-
#provider_component_schema ⇒ Types::ProviderComponentSchema
Returns the value of attribute provider_component_schema.
-
#provider_configuration_definition ⇒ Object
Returns the value of attribute provider_configuration_definition.
-
#provider_endpoint_configuration ⇒ Types::ProviderEndpointConfiguration
Returns the value of attribute provider_endpoint_configuration.
-
#provider_entity_output_definition ⇒ Object
Returns the value of attribute provider_entity_output_definition.
-
#provider_id_name_space_configuration ⇒ Types::ProviderIdNameSpaceConfiguration
Returns the value of attribute provider_id_name_space_configuration.
-
#provider_intermediate_data_access_configuration ⇒ Types::ProviderIntermediateDataAccessConfiguration
Returns the value of attribute provider_intermediate_data_access_configuration.
-
#provider_job_configuration ⇒ Object
Returns the value of attribute provider_job_configuration.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#provider_service_arn ⇒ ::String
Returns the value of attribute provider_service_arn.
-
#provider_service_display_name ⇒ ::String
Returns the value of attribute provider_service_display_name.
-
#provider_service_name ⇒ ::String
Returns the value of attribute provider_service_name.
-
#provider_service_type ⇒ "ASSIGNMENT", "ID_MAPPING"
Returns the value of attribute provider_service_type.
Instance Attribute Details
#anonymized_output ⇒ Boolean
Returns the value of attribute anonymized_output.
379 380 381 |
# File 'sig/types.rbs', line 379 def anonymized_output @anonymized_output end |
#provider_component_schema ⇒ Types::ProviderComponentSchema
Returns the value of attribute provider_component_schema.
382 383 384 |
# File 'sig/types.rbs', line 382 def provider_component_schema @provider_component_schema end |
#provider_configuration_definition ⇒ Object
Returns the value of attribute provider_configuration_definition.
375 376 377 |
# File 'sig/types.rbs', line 375 def provider_configuration_definition @provider_configuration_definition end |
#provider_endpoint_configuration ⇒ Types::ProviderEndpointConfiguration
Returns the value of attribute provider_endpoint_configuration.
378 379 380 |
# File 'sig/types.rbs', line 378 def provider_endpoint_configuration @provider_endpoint_configuration end |
#provider_entity_output_definition ⇒ Object
Returns the value of attribute provider_entity_output_definition.
380 381 382 |
# File 'sig/types.rbs', line 380 def provider_entity_output_definition @provider_entity_output_definition end |
#provider_id_name_space_configuration ⇒ Types::ProviderIdNameSpaceConfiguration
Returns the value of attribute provider_id_name_space_configuration.
376 377 378 |
# File 'sig/types.rbs', line 376 def provider_id_name_space_configuration @provider_id_name_space_configuration end |
#provider_intermediate_data_access_configuration ⇒ Types::ProviderIntermediateDataAccessConfiguration
Returns the value of attribute provider_intermediate_data_access_configuration.
381 382 383 |
# File 'sig/types.rbs', line 381 def provider_intermediate_data_access_configuration @provider_intermediate_data_access_configuration end |
#provider_job_configuration ⇒ Object
Returns the value of attribute provider_job_configuration.
377 378 379 |
# File 'sig/types.rbs', line 377 def provider_job_configuration @provider_job_configuration end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
370 371 372 |
# File 'sig/types.rbs', line 370 def provider_name @provider_name end |
#provider_service_arn ⇒ ::String
Returns the value of attribute provider_service_arn.
374 375 376 |
# File 'sig/types.rbs', line 374 def provider_service_arn @provider_service_arn end |
#provider_service_display_name ⇒ ::String
Returns the value of attribute provider_service_display_name.
372 373 374 |
# File 'sig/types.rbs', line 372 def provider_service_display_name @provider_service_display_name end |
#provider_service_name ⇒ ::String
Returns the value of attribute provider_service_name.
371 372 373 |
# File 'sig/types.rbs', line 371 def provider_service_name @provider_service_name end |
#provider_service_type ⇒ "ASSIGNMENT", "ID_MAPPING"
Returns the value of attribute provider_service_type.
373 374 375 |
# File 'sig/types.rbs', line 373 def provider_service_type @provider_service_type end |