Class: Aws::Types::DescribedConnector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_role::String

Returns the value of attribute access_role.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def access_role
  @access_role
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def arn
  @arn
end

#as_2_configTypes::As2ConnectorConfig

Returns the value of attribute as_2_config.



511
512
513
# File 'sig/types.rbs', line 511

def as_2_config
  @as_2_config
end

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def connector_id
  @connector_id
end

#egress_configTypes::DescribedConnectorEgressConfig

Returns the value of attribute egress_config.



518
519
520
# File 'sig/types.rbs', line 518

def egress_config
  @egress_config
end

#egress_type"SERVICE_MANAGED", "VPC_LATTICE"

Returns the value of attribute egress_type.

Returns:

  • ("SERVICE_MANAGED", "VPC_LATTICE")


519
520
521
# File 'sig/types.rbs', line 519

def egress_type
  @egress_type
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def error_message
  @error_message
end

#ip_address_type"IPV4", "DUALSTACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUALSTACK")


522
523
524
# File 'sig/types.rbs', line 522

def ip_address_type
  @ip_address_type
end

#logging_role::String

Returns the value of attribute logging_role.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def logging_role
  @logging_role
end

#security_policy_name::String

Returns the value of attribute security_policy_name.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def security_policy_name
  @security_policy_name
end

#service_managed_egress_ip_addresses::Array[::String]

Returns the value of attribute service_managed_egress_ip_addresses.

Returns:

  • (::Array[::String])


516
517
518
# File 'sig/types.rbs', line 516

def service_managed_egress_ip_addresses
  @service_managed_egress_ip_addresses
end

#sftp_configTypes::SftpConnectorConfig

Returns the value of attribute sftp_config.



515
516
517
# File 'sig/types.rbs', line 515

def sftp_config
  @sftp_config
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ERRORED", "PENDING")


521
522
523
# File 'sig/types.rbs', line 521

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def tags
  @tags
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def url
  @url
end