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)


204
205
206
# File 'sig/types.rbs', line 204

def archive_name
  @archive_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


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

def event_pattern
  @event_pattern
end

#event_source_arn::String

Returns the value of attribute event_source_arn.

Returns:

  • (::String)


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

def event_source_arn
  @event_source_arn
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


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

def kms_key_identifier
  @kms_key_identifier
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


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

def retention_days
  @retention_days
end