Method: Aws::GameSparks::Types::UpdateSnapshotRequest#description
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
#description ⇒ String
The description of the snapshot.
1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1794 class UpdateSnapshotRequest < Struct.new( :description, :game_name, :snapshot_id) SENSITIVE = [] include Aws::Structure end |