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)


185
186
187
# File 'sig/types.rbs', line 185

def archive_name
  @archive_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def description
  @description
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def event_pattern
  @event_pattern
end

#event_source_arn::String

Returns the value of attribute event_source_arn.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def event_source_arn
  @event_source_arn
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


189
190
191
# File 'sig/types.rbs', line 189

def retention_days
  @retention_days
end