Class: Aws::Types::Connector

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_install_vm_scannerBoolean

Returns the value of attribute auto_install_vm_scanner.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


798
799
800
# File 'sig/types.rbs', line 798

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def description
  @description
end

#enablement_status"ENABLED", ...

Returns the value of attribute enablement_status.

Returns:

  • ("ENABLED", "PENDING_ENABLEMENT", "FAILED_TO_ENABLE", "PENDING_UPDATE", "FAILED_TO_UPDATE", "PENDING_DELETION", "DELETED", "FAILED_TO_DELETE")


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.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def enablement_status_reason
  @enablement_status_reason
end

#healthTypes::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.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def name
  @name
end

#provider"AZURE"

Returns the value of attribute provider.

Returns:

  • ("AZURE")


794
795
796
# File 'sig/types.rbs', line 794

def provider
  @provider
end

#scope_configurationTypes::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.

Returns:

  • (::Hash[::String, ::String])


803
804
805
# File 'sig/types.rbs', line 803

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


799
800
801
# File 'sig/types.rbs', line 799

def updated_at
  @updated_at
end