Class: Aws::Types::Connector
- Inherits:
-
Object
- Object
- Aws::Types::Connector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_install_vm_scanner ⇒ Boolean
Returns the value of attribute auto_install_vm_scanner.
-
#aws_config_connector_arn ⇒ ::String
Returns the value of attribute aws_config_connector_arn.
-
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
-
#enablement_status_reason ⇒ ::String
Returns the value of attribute enablement_status_reason.
-
#health ⇒ Types::ConnectorHealth
Returns the value of attribute health.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "AZURE"
Returns the value of attribute provider.
-
#scope_configuration ⇒ Types::AzureScopeConfiguration
Returns the value of attribute scope_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#auto_install_vm_scanner ⇒ Boolean
Returns the value of attribute auto_install_vm_scanner.
804 805 806 |
# File 'sig/types.rbs', line 804 def auto_install_vm_scanner @auto_install_vm_scanner end |
#aws_config_connector_arn ⇒ ::String
Returns the value of attribute aws_config_connector_arn.
801 802 803 |
# File 'sig/types.rbs', line 801 def aws_config_connector_arn @aws_config_connector_arn end |
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
800 801 802 |
# File 'sig/types.rbs', line 800 def azure_regions @azure_regions end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
791 792 793 |
# File 'sig/types.rbs', line 791 def connector_arn @connector_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
798 799 800 |
# File 'sig/types.rbs', line 798 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
793 794 795 |
# File 'sig/types.rbs', line 793 def description @description end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
795 796 797 |
# File 'sig/types.rbs', line 795 def enablement_status @enablement_status end |
#enablement_status_reason ⇒ ::String
Returns the value of attribute enablement_status_reason.
796 797 798 |
# File 'sig/types.rbs', line 796 def enablement_status_reason @enablement_status_reason end |
#health ⇒ Types::ConnectorHealth
Returns the value of attribute health.
797 798 799 |
# File 'sig/types.rbs', line 797 def health @health end |
#name ⇒ ::String
Returns the value of attribute name.
792 793 794 |
# File 'sig/types.rbs', line 792 def name @name end |
#provider ⇒ "AZURE"
Returns the value of attribute provider.
794 795 796 |
# File 'sig/types.rbs', line 794 def provider @provider end |
#scope_configuration ⇒ Types::AzureScopeConfiguration
Returns the value of attribute scope_configuration.
802 803 804 |
# File 'sig/types.rbs', line 802 def scope_configuration @scope_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
803 804 805 |
# File 'sig/types.rbs', line 803 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
799 800 801 |
# File 'sig/types.rbs', line 799 def updated_at @updated_at end |