Class: Aws::Types::CreateSnapshotRequest

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)


143
144
145
# File 'sig/types.rbs', line 143

def namespace_name
  @namespace_name
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def retention_period
  @retention_period
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def snapshot_name
  @snapshot_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def tags
  @tags
end