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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

DescribeLocationObjectStorageResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_keyString

The access key (for example, a user name) required to authenticate with the object storage system.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#agent_arnsArray<String>

The ARNs of the DataSync agents that can connect with your object storage system.

Returns:

  • (Array<String>)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the location was created.

Returns:

  • (Time)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#location_arnString

The ARN of the object storage system location.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#location_uriString

The URI of the object storage system location.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#server_certificateString

The self-signed certificate that DataSync uses to securely authenticate with your object storage system.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#server_portInteger

The port that your object storage server accepts inbound network traffic on (for example, port 443).

Returns:

  • (Integer)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#server_protocolString

The protocol that your object storage system uses to communicate.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
# File 'lib/aws-sdk-datasync/types.rb', line 2158

class DescribeLocationObjectStorageResponse < Struct.new(
  :location_arn,
  :location_uri,
  :access_key,
  :server_port,
  :server_protocol,
  :agent_arns,
  :creation_time,
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end