Class: Aws::GroundStation::Types::S3Object
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::S3Object
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Object stored in Amazon S3 containing ephemeris data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
An Amazon S3 Bucket name.
-
#key ⇒ String
An Amazon S3 key for the ephemeris.
-
#version ⇒ String
For versioned Amazon S3 objects, the version to use for the ephemeris.
Instance Attribute Details
#bucket ⇒ String
An Amazon S3 Bucket name.
3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3131 class S3Object < Struct.new( :bucket, :key, :version) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
An Amazon S3 key for the ephemeris.
3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3131 class S3Object < Struct.new( :bucket, :key, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
For versioned Amazon S3 objects, the version to use for the ephemeris.
3131 3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3131 class S3Object < Struct.new( :bucket, :key, :version) SENSITIVE = [] include Aws::Structure end |