Class: Aws::Types::CreateArchiveRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#archive_name::String

Returns the value of attribute archive_name.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def archive_name
  @archive_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def client_token
  @client_token
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def kms_key_arn
  @kms_key_arn
end

#retentionTypes::ArchiveRetention

Returns the value of attribute retention.



208
209
210
# File 'sig/types.rbs', line 208

def retention
  @retention
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def tags
  @tags
end