Class: Aws::GroundStation::Types::S3Object

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Object stored in S3 containing ephemeris data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

An Amazon S3 Bucket name.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2436

class S3Object < Struct.new(
  :bucket,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

An Amazon S3 key for the ephemeris.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2436

class S3Object < Struct.new(
  :bucket,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

For versioned S3 objects, the version to use for the ephemeris.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2436

class S3Object < Struct.new(
  :bucket,
  :key,
  :version)
  SENSITIVE = []
  include Aws::Structure
end