Class: Aws::Types::ProviderServiceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProviderServiceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
753 754 755 |
# File 'sig/types.rbs', line 753 def provider_name @provider_name end |
#provider_service_arn ⇒ ::String
Returns the value of attribute provider_service_arn.
752 753 754 |
# File 'sig/types.rbs', line 752 def provider_service_arn @provider_service_arn end |
#provider_service_display_name ⇒ ::String
Returns the value of attribute provider_service_display_name.
754 755 756 |
# File 'sig/types.rbs', line 754 def provider_service_display_name @provider_service_display_name end |
#provider_service_name ⇒ ::String
Returns the value of attribute provider_service_name.
755 756 757 |
# File 'sig/types.rbs', line 755 def provider_service_name @provider_service_name end |
#provider_service_type ⇒ "ASSIGNMENT", "ID_MAPPING"
Returns the value of attribute provider_service_type.
756 757 758 |
# File 'sig/types.rbs', line 756 def provider_service_type @provider_service_type end |