Class: Aws::Types::AnnotationEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_name::String

Returns the value of attribute annotation_name.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def annotation_name
  @annotation_name
end

#checksum_algorithm::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")]

Returns the value of attribute checksum_algorithm.

Returns:

  • (::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")])


92
93
94
# File 'sig/types.rbs', line 92

def checksum_algorithm
  @checksum_algorithm
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


90
91
92
# File 'sig/types.rbs', line 90

def last_modified
  @last_modified
end

#replication_status"COMPLETE", ...

Returns the value of attribute replication_status.

Returns:

  • ("COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED")


94
95
96
# File 'sig/types.rbs', line 94

def replication_status
  @replication_status
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


93
94
95
# File 'sig/types.rbs', line 93

def size
  @size
end