Class: Aws::Types::DescribedConnector
- Inherits:
-
Object
- Object
- Aws::Types::DescribedConnector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role ⇒ ::String
Returns the value of attribute access_role.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#as_2_config ⇒ Types::As2ConnectorConfig
Returns the value of attribute as_2_config.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#egress_config ⇒ Types::DescribedConnectorEgressConfig
Returns the value of attribute egress_config.
-
#egress_type ⇒ "SERVICE_MANAGED", "VPC_LATTICE"
Returns the value of attribute egress_type.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
-
#logging_role ⇒ ::String
Returns the value of attribute logging_role.
-
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
-
#service_managed_egress_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute service_managed_egress_ip_addresses.
-
#sftp_config ⇒ Types::SftpConnectorConfig
Returns the value of attribute sftp_config.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#access_role ⇒ ::String
Returns the value of attribute access_role.
512 513 514 |
# File 'sig/types.rbs', line 512 def access_role @access_role end |
#arn ⇒ ::String
Returns the value of attribute arn.
508 509 510 |
# File 'sig/types.rbs', line 508 def arn @arn end |
#as_2_config ⇒ Types::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.
509 510 511 |
# File 'sig/types.rbs', line 509 def connector_id @connector_id end |
#egress_config ⇒ Types::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.
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.
520 521 522 |
# File 'sig/types.rbs', line 520 def end |
#ip_address_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute ip_address_type.
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.
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.
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.
516 517 518 |
# File 'sig/types.rbs', line 516 def service_managed_egress_ip_addresses @service_managed_egress_ip_addresses end |
#sftp_config ⇒ Types::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.
521 522 523 |
# File 'sig/types.rbs', line 521 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
514 515 516 |
# File 'sig/types.rbs', line 514 def end |
#url ⇒ ::String
Returns the value of attribute url.
510 511 512 |
# File 'sig/types.rbs', line 510 def url @url end |