Class: Aws::Types::CreateSnapshotScheduleActionParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def namespace_name
  @namespace_name
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:

  • (::Integer)


157
158
159
# File 'sig/types.rbs', line 157

def retention_period
  @retention_period
end

#snapshot_name_prefix::String

Returns the value of attribute snapshot_name_prefix.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def snapshot_name_prefix
  @snapshot_name_prefix
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def tags
  @tags
end