You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataSync::Types::DescribeLocationObjectStorageResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

DescribeLocationObjectStorageResponse

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_keyString

Optional. The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use AccessKey and SecretKey to provide the user name and password, respectively.

Returns:

  • (String)

    Optional.

#agent_arnsArray<String>

The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.

Returns:

  • (Array<String>)

    The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.

#creation_timeTime

The time that the self-managed object storage server agent was created.

Returns:

  • (Time)

    The time that the self-managed object storage server agent was created.

#location_arnString

The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.

#location_uriString

The URL of the source self-managed object storage server location that was described.

Returns:

  • (String)

    The URL of the source self-managed object storage server location that was described.

#server_portInteger

The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS).

Returns:

  • (Integer)

    The port that your self-managed object storage server accepts inbound network traffic on.

#server_protocolString

The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.

Possible values:

  • HTTPS
  • HTTP

Returns:

  • (String)

    The protocol that the object storage server uses to communicate.