Class: Aws::Types::AnnotationStoreItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



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

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



84
85
86
# File 'sig/types.rbs', line 84

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



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

def name
  @name
end

#referenceTypes::ReferenceItem

Returns the value of attribute reference.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def reference
  @reference
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



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

def sse_config
  @sse_config
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



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

def status_message
  @status_message
end

#store_arn::String

Returns the value of attribute store_arn.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def store_arn
  @store_arn
end

#store_format"GFF", ...

Returns the value of attribute store_format.

Returns:



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

def store_format
  @store_format
end

#store_size_bytes::Integer

Returns the value of attribute store_size_bytes.

Returns:



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

def store_size_bytes
  @store_size_bytes
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



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

def update_time
  @update_time
end