Class: Aws::Types::SequenceStoreDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def description
  @description
end

#e_tag_algorithm_family"MD5up", ...

Returns the value of attribute e_tag_algorithm_family.

Returns:

  • ("MD5up", "SHA256up", "SHA512up")


2055
2056
2057
# File 'sig/types.rbs', line 2055

def e_tag_algorithm_family
  @e_tag_algorithm_family
end

#fallback_location::String

Returns the value of attribute fallback_location.

Returns:

  • (::String)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def fallback_location
  @fallback_location
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def name
  @name
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



2052
2053
2054
# File 'sig/types.rbs', line 2052

def sse_config
  @sse_config
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED")


2056
2057
2058
# File 'sig/types.rbs', line 2056

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def status_message
  @status_message
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def update_time
  @update_time
end