Class: Aws::DataSync::Types::DescribeLocationObjectStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeLocationObjectStorageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeLocationObjectStorageResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key ⇒ String
The access key (for example, a user name) required to authenticate with the object storage system.
-
#agent_arns ⇒ Array<String>
The ARNs of the DataSync agents that can connect with your object storage system.
-
#creation_time ⇒ Time
The time that the location was created.
-
#location_arn ⇒ String
The ARN of the object storage system location.
-
#location_uri ⇒ String
The URI of the object storage system location.
-
#server_certificate ⇒ String
The certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).
-
#server_port ⇒ Integer
The port that your object storage server accepts inbound network traffic on (for example, port 443).
-
#server_protocol ⇒ String
The protocol that your object storage system uses to communicate.
Instance Attribute Details
#access_key ⇒ String
The access key (for example, a user name) required to authenticate with the object storage system.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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_arns ⇒ Array<String>
The ARNs of the DataSync agents that can connect with your object storage system.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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_time ⇒ Time
The time that the location was created.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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_arn ⇒ String
The ARN of the object storage system location.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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_uri ⇒ String
The URI of the object storage system location.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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_certificate ⇒ String
The certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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_port ⇒ Integer
The port that your object storage server accepts inbound network traffic on (for example, port 443).
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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_protocol ⇒ String
The protocol that your object storage system uses to communicate.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-datasync/types.rb', line 2239 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 |