Class: Aws::Types::CreateSequenceStoreResponse

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)


389
390
391
# File 'sig/types.rbs', line 389

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


393
394
395
# File 'sig/types.rbs', line 393

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def description
  @description
end

#e_tag_algorithm_family"MD5up", ...

Returns the value of attribute e_tag_algorithm_family.

Returns:

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


395
396
397
# File 'sig/types.rbs', line 395

def e_tag_algorithm_family
  @e_tag_algorithm_family
end

#fallback_location::String

Returns the value of attribute fallback_location.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def fallback_location
  @fallback_location
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def name
  @name
end

#propagated_set_level_tags::Array[::String]

Returns the value of attribute propagated_set_level_tags.

Returns:

  • (::Array[::String])


398
399
400
# File 'sig/types.rbs', line 398

def propagated_set_level_tags
  @propagated_set_level_tags
end

#s3_accessTypes::SequenceStoreS3Access

Returns the value of attribute s3_access.



399
400
401
# File 'sig/types.rbs', line 399

def s3_access
  @s3_access
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



392
393
394
# File 'sig/types.rbs', line 392

def sse_config
  @sse_config
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


396
397
398
# File 'sig/types.rbs', line 396

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def status_message
  @status_message
end