Class: Aws::Types::ProviderSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProviderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
-
#provider_configuration ⇒ Types::ProviderDetail
Returns the value of attribute provider_configuration.
-
#provider_name ⇒ "JIRA_CLOUD", ...
Returns the value of attribute provider_name.
Instance Attribute Details
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
6959 6960 6961 |
# File 'sig/types.rbs', line 6959 def connector_status @connector_status end |
#provider_configuration ⇒ Types::ProviderDetail
Returns the value of attribute provider_configuration.
6960 6961 6962 |
# File 'sig/types.rbs', line 6960 def provider_configuration @provider_configuration end |
#provider_name ⇒ "JIRA_CLOUD", ...
Returns the value of attribute provider_name.
6958 6959 6960 |
# File 'sig/types.rbs', line 6958 def provider_name @provider_name end |