Class: Aws::Types::UpdateSequenceStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2438
2439
2440
# File 'sig/types.rbs', line 2438

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def description
  @description
end

#fallback_location::String

Returns the value of attribute fallback_location.

Returns:

  • (::String)


2439
2440
2441
# File 'sig/types.rbs', line 2439

def fallback_location
  @fallback_location
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def name
  @name
end

#propagated_set_level_tags::Array[::String]

Returns the value of attribute propagated_set_level_tags.

Returns:

  • (::Array[::String])


2440
2441
2442
# File 'sig/types.rbs', line 2440

def propagated_set_level_tags
  @propagated_set_level_tags
end

#s3_access_configTypes::S3AccessConfig

Returns the value of attribute s3_access_config.



2441
2442
2443
# File 'sig/types.rbs', line 2441

def s3_access_config
  @s3_access_config
end